import * as z from "zod/v4-mini"; import { ClosedEnum } from "../../types/enums.js"; export declare const CustomerSortProperty: { readonly CreatedAt: "created_at"; readonly MinusCreatedAt: "-created_at"; readonly Email: "email"; readonly MinusEmail: "-email"; readonly Name: "name"; readonly MinusName: "-name"; }; export type CustomerSortProperty = ClosedEnum; /** @internal */ export declare const CustomerSortProperty$outboundSchema: z.ZodMiniEnum; //# sourceMappingURL=customersortproperty.d.ts.map