import * as z from "zod/v3"; import { ClosedEnum } from "../../types/enums.js"; /** * Indicates if the card supports domestic pull-from-card transfer. */ export declare const DomesticPullFromCard: { readonly NotSupported: "not-supported"; readonly Supported: "supported"; readonly Unknown: "unknown"; }; /** * Indicates if the card supports domestic pull-from-card transfer. */ export type DomesticPullFromCard = ClosedEnum; /** @internal */ export declare const DomesticPullFromCard$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const DomesticPullFromCard$outboundSchema: z.ZodNativeEnum; //# sourceMappingURL=domesticpullfromcard.d.ts.map