import type { ApiClient } from "@promobase/sdk-runtime"; import type { ThirdPartyPartnerViewabilityRequestMetric, ThirdPartyPartnerViewabilityRequestPlatform, ThirdPartyPartnerViewabilityRequestStatus } from "../enums.ts"; export interface ThirdPartyPartnerViewabilityRequestFields { created_time: string; description: string; ds: string; hour: string; id: string; metric: ThirdPartyPartnerViewabilityRequestMetric; modified_time: string; owner_instance_id: string; platform: ThirdPartyPartnerViewabilityRequestPlatform; status: ThirdPartyPartnerViewabilityRequestStatus; total_file_count: number; } export declare function thirdPartyPartnerViewabilityRequestNode(client: ApiClient, id: string): { __path: string; __brand: ThirdPartyPartnerViewabilityRequestFields; get: (opts: { fields: F; params?: Record; }) => Promise>; }; //# sourceMappingURL=third-party-partner-viewability-request.d.ts.map