import * as z from "zod/v3"; export type AccountsReceivablesReportSpec = { /** * The report model type. */ model: "accounts_receivables"; /** * The parameters for the accounts receivables report model. */ params: { [k: string]: any; }; }; /** @internal */ export type AccountsReceivablesReportSpec$Outbound = { model: "accounts_receivables"; params: { [k: string]: any; }; }; /** @internal */ export declare const AccountsReceivablesReportSpec$outboundSchema: z.ZodType; export declare function accountsReceivablesReportSpecToJSON(accountsReceivablesReportSpec: AccountsReceivablesReportSpec): string; //# sourceMappingURL=accountsreceivablesreportspec.d.ts.map