export declare const doDebug: string | boolean;
export declare const displayError = true;
export declare const displayDebug: boolean;
export declare function debugLog(...args: [any?, ...any[]]): void;
export declare function warningLog(...args: [any?, ...any[]]): void;
