export declare class Log { private static debugEnabled; private static verboseEnabled; static setDebug(debug: boolean): void; static setVerbose(verbose: boolean): void; static error(message: string): void; static warn(message: string): void; static info(message: string): void; static success(message: string): void; static debug(message: string): void; static verbose(message: string): void; private static pos; } //# sourceMappingURL=Log.d.ts.map