import { HttpTransport } from '../_http'; import { RequestOptions } from '../base'; import { UserProfile } from '../../models'; export declare function getUserProfile(http: HttpTransport, options?: RequestOptions): Promise; //# sourceMappingURL=profile.d.ts.map