import type { CompiledSurfaceFile } from "./compiled-surface.js"; import { type NormalFormResult } from "./normal-form.js"; export declare const setActiveCompiledSurface: (file: CompiledSurfaceFile | undefined, enable?: boolean) => void; export declare const clearActiveCompiledSurface: () => void; export declare const effectiveInputSchema: (_ref: string, liveSchema: unknown) => unknown; export declare const activeQuarantinedRefNames: () => ReadonlySet; export declare const isActiveQuarantine: (_provider: string, _actionName: string, _liveSchema: unknown) => boolean; export declare const normalizeActiveArguments: (ref: string, schema: unknown, args: Record) => NormalFormResult; //# sourceMappingURL=active.d.ts.map