import type { ApiClient } from "@promobase/sdk-runtime"; import type { UserFields } from "./user.ts"; export interface OfflineTermsOfServiceFields { accept_time: number; id: string; signed_by_user: UserFields; } export declare function offlineTermsOfServiceNode(client: ApiClient, id: string): { __path: string; __brand: OfflineTermsOfServiceFields; get: (opts: { fields: F; params?: Record; }) => Promise>; }; //# sourceMappingURL=offline-terms-of-service.d.ts.map