import * as z from "zod/v3"; import { ClosedEnum } from "../../types/enums.js"; /** * The type of receipt being requested. */ export declare const ReceiptKind: { readonly SaleCustomerV1: "sale.customer.v1"; }; /** * The type of receipt being requested. */ export type ReceiptKind = ClosedEnum; /** @internal */ export declare const ReceiptKind$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const ReceiptKind$outboundSchema: z.ZodNativeEnum; //# sourceMappingURL=receiptkind.d.ts.map