export declare function wrap(logger: any, levels: any): void; export declare function format(...args: any[]): string; export declare function isPlainObject(o: any): boolean;