import { Logger } from 'ts-log'; export declare const loggerMethodNames: (keyof Logger)[]; export declare const contextLogger: (logger: Logger, context: string, contextStringify?: (ctx: string[]) => any) => Logger; //# sourceMappingURL=logging.d.ts.map