import * as z from 'zod'; export declare const PaymentMethodSchema: z.ZodEnum<["EFT", "CHECK", "CASH", "CARD", "OTHER"]>; export type PaymentMethod = z.infer; //# sourceMappingURL=PaymentMethod.schema.d.ts.map