basant307/AI_Governance_Project
048
1import { Context } from './types';2/** Get a key to uniquely identify a context value */3export declare function createContextKey(description: string): symbol;4/** The root context is used as the default parent context when there is no active context */5export declare const ROOT_CONTEXT: Context;6//# sourceMappingURL=context.d.ts.map