import Debug from 'debug'; import { ClientSession } from 'mongodb'; import { ClientSessionContext } from './types'; export declare class SessionLoaderService { protected log: Debug.Debugger; getSession(): import("cls-hooked").Namespace> | undefined; getSessionContext(): ClientSessionContext; setSessionContext(mongoClientSession: ClientSession): void; clearSessionContext(): void; } //# sourceMappingURL=service.d.ts.map