declare function getAccessToken(data: any, profileBaseUrl: string): Promise; declare function getOwnProfile(token: string, profileBaseUrl: string): Promise; declare const _default: { getOwnProfile: typeof getOwnProfile; getAccessToken: typeof getAccessToken; }; export { _default as default };