export declare function isDebug(): boolean; export declare function debug(message: string, newLine?: boolean): void; export declare function info(message: string, newLine?: boolean): void; export declare function warning(message: string, newLine?: boolean): void; export declare function error(message: string, newLine?: boolean): void; export declare function success(message: string, newLine?: boolean): void; export declare function infoCyan(message: string, newLine?: boolean): void; export declare function infoV1(message: string): void; export declare function errorV1(message: string): void; export declare function redV1(message: string): string; export declare function warnV1(message: string): void; export declare function successV1(message: string): void; declare const _default: { isDebug: typeof isDebug; debug: typeof debug; warning: typeof warning; info: typeof info; error: typeof error; errorV1: typeof errorV1; infoV1: typeof infoV1; warnV1: typeof warnV1; successV1: typeof successV1; }; export default _default;