import type { SerializedCookie, UserProfile } from "./types.js"; export declare const PROFILE_SCOPE: readonly ["Role", "LarkAccount", "LarkCostCenterAdmin", "TenantAndAsset", "LarkTenantAdmin"]; type FetchLike = typeof fetch; export declare function fetchUserProfile(options: { cookies: SerializedCookie[]; fetchImpl?: FetchLike; projectOrigin: string; }): Promise; export {}; //# sourceMappingURL=profile.d.ts.map