export declare const logger: {
debug: (msg: string, ctx?: Record<string, any>) => void;
info: (msg: string, ctx?: Record<string, any>) => void;
warn: (msg: string, ctx?: Record<string, any>) => void;
error: (msg: string, ctx?: Record<string, any>) => void;
};
//# sourceMappingURL=logger.d.ts.map