import * as z from "zod/v3"; import { ClosedEnum } from "../../types/enums.js"; /** * Indicates which level of domestic push-to-card transfer is supported by the card, if any. */ export declare const DomesticPushToCard: { readonly NotSupported: "not-supported"; readonly Standard: "standard"; readonly FastFunds: "fast-funds"; readonly Unknown: "unknown"; }; /** * Indicates which level of domestic push-to-card transfer is supported by the card, if any. */ export type DomesticPushToCard = ClosedEnum; /** @internal */ export declare const DomesticPushToCard$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const DomesticPushToCard$outboundSchema: z.ZodNativeEnum; //# sourceMappingURL=domesticpushtocard.d.ts.map