export declare function createDebugLogger(name: string): (...args: any[]) => void; export declare function setPreDebugLogHook(fn: (...args: any[]) => void): void; export declare function setPostDebugLogHook(fn: (...args: any[]) => void): void; export declare function enableLogs(str: string): void; export declare function isLogEnabled(str: string): boolean; //# sourceMappingURL=debug.d.ts.map