import { z } from "zod"; export declare const CancelDurableRunOptionsSchema: z.ZodObject<{ run: z.ZodString; }, z.core.$strip>; export type CancelDurableRunOptions = z.infer; export declare const CancelDurableRunResponseSchema: z.ZodObject<{ id: z.ZodString; status: z.ZodLiteral<"cancelled">; }, z.core.$strip>; export type CancelDurableRunResponse = z.infer; //# sourceMappingURL=schemas.d.ts.map