export declare const LEVELS: { LOG: string; ERROR: string; }; export declare const log: (message: string | Error, level?: string, writeLog?: boolean) => void; export declare const logOnStaging: typeof log; export default log;