interface BrowserLogContext { requestId: string; txId: string; operation: string; } export declare function isBrowserDebugEnabled(): boolean; export declare function startBrowserTransaction(operation: string): BrowserLogContext; export declare function browserDebugLog(ctx: BrowserLogContext, message: string, details?: Record): void; export {}; //# sourceMappingURL=logging.d.ts.map