import * as z from "zod/v4-mini"; export type GetCustomerInvoiceSummaryRequest = { /** * Customer ID */ id: string; }; /** @internal */ export type GetCustomerInvoiceSummaryRequest$Outbound = { id: string; }; /** @internal */ export declare const GetCustomerInvoiceSummaryRequest$outboundSchema: z.ZodMiniType; export declare function getCustomerInvoiceSummaryRequestToJSON(getCustomerInvoiceSummaryRequest: GetCustomerInvoiceSummaryRequest): string; //# sourceMappingURL=get-customer-invoice-summary-op.d.ts.map