import type { GraylogTransportOptions } from '../interfaces/Logger'; export declare const consoleOptions: { format: import("logform").Format; handleExceptions: boolean; }; export declare const fileOptions: { dirname: string; filename: string; level: string; handleExceptions: boolean; format: import("logform").Format; }; export declare const graylogOptions: GraylogTransportOptions;