import type { HttpClient } from '../../http/client';
import type { GetMyProfile } from './protocols/get-my-profile.protocols';
export declare class Profiles {
    private readonly httpClient;
    constructor(httpClient: HttpClient);
    getMyProfile(options?: GetMyProfile.Options): Promise<GetMyProfile.Response>;
}
//# sourceMappingURL=index.d.ts.map