export function createSystemTransformHandler(): ( input: { sessionID: string }, output: { system: string[] }, ) => Promise { return async (): Promise => {} }