import { type Logger } from 'pino'; export declare const logger: Logger; export declare function createChildLogger(bindings: Record): Logger;