import * as z from "zod/v3"; export type DetailedSettlementReportSpec = { /** * The report model type. */ model: "detailed_settlement"; /** * The parameters for the detailed settlement report model. */ params: { [k: string]: any; }; }; /** @internal */ export type DetailedSettlementReportSpec$Outbound = { model: "detailed_settlement"; params: { [k: string]: any; }; }; /** @internal */ export declare const DetailedSettlementReportSpec$outboundSchema: z.ZodType; export declare function detailedSettlementReportSpecToJSON(detailedSettlementReportSpec: DetailedSettlementReportSpec): string; //# sourceMappingURL=detailedsettlementreportspec.d.ts.map