import * as z from "zod"; import { ClosedEnum } from "../types/enums.js"; export declare const UriType: { readonly Webhook: "webhook"; readonly Flow: "flow"; }; export type UriType = ClosedEnum; export declare const UriType$zodSchema: z.ZodEnum<{ webhook: "webhook"; flow: "flow"; }>; //# sourceMappingURL=uritype.d.ts.map