import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const ExportMetadataEntityType: { readonly Customer: "customer"; readonly Wallet: "wallet"; }; export type ExportMetadataEntityType = OpenEnum; /** @internal */ export declare const ExportMetadataEntityType$inboundSchema: z.ZodMiniType; /** @internal */ export declare const ExportMetadataEntityType$outboundSchema: z.ZodMiniType; //# sourceMappingURL=export-metadata-entity-type.d.ts.map