import type { ApiClient } from "@promobase/sdk-runtime"; import type { PageFields } from "./page.ts"; import type { PageChangeProposalFields } from "./page-change-proposal.ts"; export interface PageUpcomingChangeFields { change_type: string; effective_time: string; id: string; page: PageFields; proposal: PageChangeProposalFields; timer_status: string; } export declare function pageUpcomingChangeNode(client: ApiClient, id: string): { __path: string; __brand: PageUpcomingChangeFields; get: (opts: { fields: F; params?: Record; }) => Promise>; }; //# sourceMappingURL=page-upcoming-change.d.ts.map