import type { ApiClient } from "@promobase/sdk-runtime"; import type { PageFields } from "./page.ts"; export interface CallAdsPhoneDataFields { call_ads_phone_data_use_case: string; callback_variant: string; destination_website_url: string; id: string; page: PageFields; phone_number: string; } export declare function callAdsPhoneDataNode(client: ApiClient, id: string): { __path: string; __brand: CallAdsPhoneDataFields; get: (opts: { fields: F; params?: Record; }) => Promise>; }; //# sourceMappingURL=call-ads-phone-data.d.ts.map