export declare const DEBUG_LOGGING: boolean; export declare function debugLog(message: string): void; export declare function debugLogWithTag(tag: string, message: string): void; //# sourceMappingURL=logger.d.ts.map