export declare type LoggerFn = (message: Record<string, unknown>) => void;
