import type { ApiClient } from "@promobase/sdk-runtime"; export interface CreatorAssetCreativeFields { id: string; image_url: string; moderation_status: string; product_item_retailer_id: string; product_url: string; retailer_id: string; video_url: string; } export declare function creatorAssetCreativeNode(client: ApiClient, id: string): { __path: string; __brand: CreatorAssetCreativeFields; get: (opts: { fields: F; params?: Record; }) => Promise>; }; //# sourceMappingURL=creator-asset-creative.d.ts.map