import * as z from "zod/v3"; export type TransactionsReportSpec = { /** * The report model type. */ model: "transactions"; /** * The parameters for the transactions report model. */ params: { [k: string]: any; }; }; /** @internal */ export type TransactionsReportSpec$Outbound = { model: "transactions"; params: { [k: string]: any; }; }; /** @internal */ export declare const TransactionsReportSpec$outboundSchema: z.ZodType; export declare function transactionsReportSpecToJSON(transactionsReportSpec: TransactionsReportSpec): string; //# sourceMappingURL=transactionsreportspec.d.ts.map