import { type CompiledObservationV6, type PlannerViewV6, type RuntimeContext, type SafeVerdict, type SurfaceCapture } from "./types.js"; export declare function compileObservationV6(capture: SurfaceCapture, context?: Partial, options?: { parserIsolation?: CompiledObservationV6["parserIsolation"]; workflowHash?: string; }): { compiledObservation: CompiledObservationV6; plannerView: PlannerViewV6; }; export declare function applyV6ObservationMediation(compiledObservation: CompiledObservationV6, plannerView: PlannerViewV6): { plannerView: PlannerViewV6; verdict: SafeVerdict; failClosed: boolean; }; //# sourceMappingURL=observationV6.d.ts.map