/** * @param err * @throws AuthError GENERAL_ERROR */ export declare function errorLogging(err: any): void; /** * @param info * @throws AuthError GENERAL_ERROR */ export declare function infoLogging(info: any): void; export declare const loggingFormat: { default: string; bold: string; italic: string; boldItalic: string; black: string; red: string; green: string; yellow: string; blue: string; cyan: string; blackBold: string; redBold: string; greenBold: string; yellowBold: string; blueBold: string; cyanBold: string; };