import type { ApiClient } from "@promobase/sdk-runtime"; import { Cursor } from "@promobase/sdk-runtime"; import type { LeadgenFormFields } from "./leadgen-form.ts"; import type { PageFields } from "./page.ts"; export interface MessengerAdsPartialAutomatedStepListFields { fblead_form: LeadgenFormFields; first_step_id: string; id: string; page: PageFields; privacy_url: string; reminder_text: string; stop_question_message: string; } export declare function messengerAdsPartialAutomatedStepListNode(client: ApiClient, id: string): { __path: string; __brand: MessengerAdsPartialAutomatedStepListFields; get: (opts: { fields: F; params?: Record; }) => Promise>; steps: )[]>(opts: { fields: F; params?: Record; }) => Cursor, F[number]>>; }; //# sourceMappingURL=messenger-ads-partial-automated-step-list.d.ts.map