import type { ApiClient } from "@promobase/sdk-runtime"; export interface WebsiteCreativeInfoFields { id: string; image_urls: string[]; link_url: string; } export declare function websiteCreativeInfoNode(client: ApiClient, id: string): { __path: string; __brand: WebsiteCreativeInfoFields; get: (opts: { fields: F; params?: Record; }) => Promise>; }; //# sourceMappingURL=website-creative-info.d.ts.map