import type { ControlInteractionRegistry } from './control-interaction.js'; export interface ControlInteractionContextValue { readonly formId: string; readonly registry: ControlInteractionRegistry; } export declare function setControlInteractionContext(context: ControlInteractionContextValue): void; export declare function tryGetControlInteractionContext(): ControlInteractionContextValue | undefined; export declare function getControlInteractionContext(): ControlInteractionContextValue; //# sourceMappingURL=control-interaction-context.d.ts.map