import * as z from "zod/v4-mini"; import { ClosedEnum } from "../../types/enums.js"; export declare const CustomerWalletSortProperty: { readonly CreatedAt: "created_at"; readonly MinusCreatedAt: "-created_at"; readonly Balance: "balance"; readonly MinusBalance: "-balance"; }; export type CustomerWalletSortProperty = ClosedEnum; /** @internal */ export declare const CustomerWalletSortProperty$outboundSchema: z.ZodMiniEnum; //# sourceMappingURL=customerwalletsortproperty.d.ts.map