import type { ApiClient } from "@promobase/sdk-runtime"; export interface BrandSafetyDownloadableFields { account_context_id: string; async_job_percent_complete: number; async_job_status: string; file_name: string; id: string; request_surface: string; url: string; } export declare function brandSafetyDownloadableNode(client: ApiClient, id: string): { __path: string; __brand: BrandSafetyDownloadableFields; get: (opts: { fields: F; params?: Record; }) => Promise>; }; //# sourceMappingURL=brand-safety-downloadable.d.ts.map