import type { ServiceContext } from './types.js'; export type { ServiceContext } from './types.js'; export declare function createServiceContext(): ServiceContext; //# sourceMappingURL=context-factory.d.ts.map