import { z } from 'zod'; export declare const BridgeContractSchema: z.ZodObject<{ schemaVersion: z.ZodDefault; resumeOrder: z.ZodDefault>; conflictRule: z.ZodDefault; historyRule: z.ZodDefault; subagentRule: z.ZodDefault; outputRule: z.ZodDefault; canonicalRuntimePointers: z.ZodDefault>; }, "strip", z.ZodTypeAny, { schemaVersion: string; resumeOrder: string[]; conflictRule: string; historyRule: string; subagentRule: string; outputRule: string; canonicalRuntimePointers: string[]; }, { schemaVersion?: string | undefined; resumeOrder?: string[] | undefined; conflictRule?: string | undefined; historyRule?: string | undefined; subagentRule?: string | undefined; outputRule?: string | undefined; canonicalRuntimePointers?: string[] | undefined; }>; export type BridgeContract = z.infer; //# sourceMappingURL=bridge-contract.d.ts.map