export declare type LogCallback = (level: string, message: string) => void; export declare const formatArgument: (argument: any) => string; export declare const patchConsole: () => void; export declare const interceptConsoleLogs: (callbackName: string) => void;