import * as z from "zod/v4-mini"; export type OrdersGenerateInvoiceRequest = { /** * The order ID. */ id: string; }; /** @internal */ export type OrdersGenerateInvoiceRequest$Outbound = { id: string; }; /** @internal */ export declare const OrdersGenerateInvoiceRequest$outboundSchema: z.ZodMiniType; export declare function ordersGenerateInvoiceRequestToJSON(ordersGenerateInvoiceRequest: OrdersGenerateInvoiceRequest): string; //# sourceMappingURL=ordersgenerateinvoice.d.ts.map