import type * as z from 'zod';
export declare const OriginSchema: z.ZodURL;
export type Origin = z.infer<typeof OriginSchema>;
