import type { ILoggerConfig } from './types/logger-config'; /** Initialize logger, if no arguments are provided a default config will be used. */ export declare const initLogger: (config?: ILoggerConfig) => any;