blob: f64be56b54754fbc45c9383044a25365a23fe16a [file] [log] [blame]
export declare const QTS_DEBUG: boolean;
export declare let debugLog: {
(...data: any[]): void;
(message?: any, ...optionalParams: any[]): void;
};