export declare const logger: { error: (msg: string, ctx?: Record) => void; warn: (msg: string, ctx?: Record) => void; info: (msg: string, ctx?: Record) => void; debug: (msg: string, ctx?: Record) => void; };