import type { IEnkaProfileData } from "../../types";
export declare class EnkaProfile {
    username: string;
    bio: string;
    level: number;
    signupState: number;
    imageUrl: string;
    constructor(data: IEnkaProfileData);
}
