export declare class UofxConsole { private static debugModeKey; private static get appName(); static get isDebugModeEnabled(): boolean; static enableDebugMode(): void; static disableDebugMode(): void; static log(message: string, ...optionalParams: Array): void; static error(message: string, ...optionalParams: Array): void; }