import { BaseApi } from '../base'; import { ProfileDTO } from '../@types/profile'; export declare class Profile extends BaseApi { getRaw(username: string): Promise; getUser(username: string): Promise; }