import type { ApiClient } from "@promobase/sdk-runtime"; import type { AdAccountFields } from "./ad-account.ts"; export interface ResearchPollStudyFields { account: AdAccountFields; id: string; name: string; } export declare function researchPollStudyNode(client: ApiClient, id: string): { __path: string; __brand: ResearchPollStudyFields; get: (opts: { fields: F; params?: Record; }) => Promise>; }; //# sourceMappingURL=research-poll-study.d.ts.map