interface IOptions { prefix?: string; forceEnabled?: boolean; style?: string; } /** * check consolePrefixer on npm for more details * works the same as console but will not show regular logs on live env */ export declare function initLogger(pOptions: IOptions): import("console-prefixer").ConsolePrefixerLogger; export declare const sociosToolsLogger: import("console-prefixer").ConsolePrefixerLogger; export {};