/**
 *
 */
export declare class Debug {
    static THROW_ERRORS: boolean;
    static ENABLE_LOG: boolean;
    static LOG_PI_ERRORS: boolean;
    static LOG_PI_ERRORS_ONLY_ONCE: boolean;
    private static keyword;
    static breakpoint(): void;
    static throwPIROnKeyWordOnly(str: string, enable?: boolean): void;
    static throwPIR(clss: string, fnc: string, msg: string): void;
    private static logPIR;
    static log(...args: any[]): void;
}
//# sourceMappingURL=Debug.d.ts.map