import { SourceCache, SourceChunk } from '@chunkd/middleware'; import { log } from '@linzjs/tracing'; export declare const sourceCache: SourceCache; export declare const sourceChunk: SourceChunk; export declare function setupLogger(cfg: { verbose?: boolean; extraVerbose?: boolean; }): typeof log; export declare const logger: import("@linzjs/tracing/build/src/ot.log.js").OtLogger; /** S3 client adds approx 300ms to the cli startup time, so only register it if needed */ export declare function ensureS3fs(): Promise; //# sourceMappingURL=log.d.ts.map