import type { ReportAdBenchmarkGetParams, ReportAdBenchmarkGetResponse, ReportVideoPerformanceGetParams, ReportVideoPerformanceGetResponse } from "../types/creative-reports.ts"; export declare function createCreativeReports(opts: { accessToken: string; advertiserId: string; }): { /** Get ad benchmarks */ getAdBenchmark(params: ReportAdBenchmarkGetParams): Promise; /** Get in-second performance */ getVideoPerformance(params: ReportVideoPerformanceGetParams): Promise; }; //# sourceMappingURL=creative-reports.d.ts.map