import type { ApiClient } from "@promobase/sdk-runtime"; export declare function createAccount(client: ApiClient, threadsUserId: string): { get(fields?: string[]): Promise; }; //# sourceMappingURL=account.d.ts.map