import type { ApiClient } from "@promobase/sdk-runtime"; export interface PageInsightsAsyncExportRunFields { data_level: string; filters: Record[]; format: string; gen_report_date: number; id: string; report_end_date: number; report_start_date: number; sorters: Record[]; status: string; } export declare function pageInsightsAsyncExportRunNode(client: ApiClient, id: string): { __path: string; __brand: PageInsightsAsyncExportRunFields; get: (opts: { fields: F; params?: Record; }) => Promise>; }; //# sourceMappingURL=page-insights-async-export-run.d.ts.map