import type { ApiClient } from "@promobase/sdk-runtime"; import type { UserFields } from "./user.ts"; export interface WoodhengeSupporterFields { creation_time: string; id: string; is_gifted_subscription: boolean; most_recent_subscription_time: string; number_of_months_subscribed: number; user: UserFields; } export declare function woodhengeSupporterNode(client: ApiClient, id: string): { __path: string; __brand: WoodhengeSupporterFields; get: (opts: { fields: F; params?: Record; }) => Promise>; }; //# sourceMappingURL=woodhenge-supporter.d.ts.map