import * as z from "zod/mini"; /** * Aggregate browser Loader-Core runtime revision required before lifecycle * admission. This is compatibility evidence, not caller authorization. See * docs/specs/2026-08-02-flow-interaction-model.md. */ export declare const UNIFIED_FLOW_RUNTIME_V1_CAPABILITY: "unified-flow-runtime-v1"; export declare const eventCommandSettledSchema: z.ZodMiniDiscriminatedUnion<[z.ZodMiniDiscriminatedUnion<[z.ZodMiniObject<{ gen: z.core.$ZodBranded, "Generation", "out">; viewId: z.ZodMiniOptional>; t: z.ZodMiniLiteral<"getuserfeedback:event:commandSettled">; requestId: z.ZodMiniString; instanceId: z.ZodMiniOptional>; flowKey: z.ZodMiniOptional>; kind: z.ZodMiniLiteral<"open">; ok: z.ZodMiniLiteral; result: z.ZodMiniObject<{ flowHandleId: z.ZodMiniString; flowRunId: z.ZodMiniString; }, z.core.$strict>; }, z.core.$strip>, z.ZodMiniObject<{ gen: z.core.$ZodBranded, "Generation", "out">; viewId: z.ZodMiniOptional>; t: z.ZodMiniLiteral<"getuserfeedback:event:commandSettled">; requestId: z.ZodMiniString; instanceId: z.ZodMiniOptional>; flowKey: z.ZodMiniOptional>; kind: z.ZodMiniLiteral<"prerender">; ok: z.ZodMiniLiteral; result: z.ZodMiniObject<{ flowHandleId: z.ZodMiniString; flowRunId: z.ZodMiniString; }, z.core.$strict>; }, z.core.$strip>, z.ZodMiniObject<{ gen: z.core.$ZodBranded, "Generation", "out">; viewId: z.ZodMiniOptional>; t: z.ZodMiniLiteral<"getuserfeedback:event:commandSettled">; requestId: z.ZodMiniString; instanceId: z.ZodMiniOptional>; flowKey: z.ZodMiniOptional>; kind: z.ZodMiniLiteral<"prefetch">; ok: z.ZodMiniLiteral; result: z.ZodMiniObject<{ flowHandleId: z.ZodMiniString; flowRunId: z.ZodMiniOptional>; }, z.core.$strict>; }, z.core.$strip>, z.ZodMiniObject<{ gen: z.core.$ZodBranded, "Generation", "out">; viewId: z.ZodMiniOptional>; t: z.ZodMiniLiteral<"getuserfeedback:event:commandSettled">; requestId: z.ZodMiniString; instanceId: z.ZodMiniOptional>; kind: z.ZodMiniEnum<{ close: "close"; configure: "configure"; error: "error"; hostContextUpdated: "hostContextUpdated"; hostSignal: "hostSignal"; identify: "identify"; init: "init"; "instanceFeedback.capture": "instanceFeedback.capture"; "instanceFeedback.listMine": "instanceFeedback.listMine"; reset: "reset"; setTargetingPlan: "setTargetingPlan"; telemetry: "telemetry"; track: "track"; }>; ok: z.ZodMiniLiteral; result: z.ZodMiniOptional; }, z.core.$strip>], "kind">, z.ZodMiniObject<{ gen: z.core.$ZodBranded, "Generation", "out">; viewId: z.ZodMiniOptional>; t: z.ZodMiniLiteral<"getuserfeedback:event:commandSettled">; requestId: z.ZodMiniString; kind: z.ZodMiniEnum<{ close: "close"; configure: "configure"; error: "error"; hostContextUpdated: "hostContextUpdated"; hostSignal: "hostSignal"; identify: "identify"; init: "init"; "instanceFeedback.capture": "instanceFeedback.capture"; "instanceFeedback.listMine": "instanceFeedback.listMine"; open: "open"; prefetch: "prefetch"; prerender: "prerender"; reset: "reset"; setTargetingPlan: "setTargetingPlan"; telemetry: "telemetry"; track: "track"; }>; instanceId: z.ZodMiniOptional>; ok: z.ZodMiniLiteral; error: z.ZodMiniObject<{ message: z.ZodMiniString; code: z.ZodMiniOptional>; }, z.core.$strip>; }, z.core.$strip>], "ok">; export type EventCommandSettled = z.output; //# sourceMappingURL=core-host-command-settlement.d.ts.map