export type DebugContext = { namespace: string; contextData: Record; traceId: string; depth: number; sessionId?: string; }; export declare function getContext(): DebugContext | undefined; export declare function runWithContext(ctx: DebugContext, fn: () => T): T; //# sourceMappingURL=context-browser.d.mts.map