import * as z from "zod/v4"; import { ClosedEnum } from "../types/enums.js"; export declare const Verb: { readonly Get: "get"; readonly List: "list"; readonly Watch: "watch"; readonly Delete: "delete"; readonly Patch: "patch"; }; export type Verb = ClosedEnum; /** @internal */ export declare const Verb$outboundSchema: z.ZodEnum; //# sourceMappingURL=verb.d.ts.map