import type { ApiClient } from "@promobase/sdk-runtime"; export interface AdsReportBuilderMMMReportSchedulerFields { ad_account_ids: string[]; filtering: Record[]; id: string; report_name: string; schedule_frequency: string; } export declare function adsReportBuilderMMMReportSchedulerNode(client: ApiClient, id: string): { __path: string; __brand: AdsReportBuilderMMMReportSchedulerFields; get: (opts: { fields: F; params?: Record; }) => Promise>; }; //# sourceMappingURL=ads-report-builder-mmm-report-scheduler.d.ts.map