import GameProfile, { type ProfileProperty } from './GameProfile.js'; import { type MojangAccount } from "../account/MojangAccount.js"; declare class OtherProfile extends GameProfile { [name: string]: unknown; constructor(data: ProfileProperty, associated_account: MojangAccount); } export { OtherProfile, OtherProfile as default }; //# sourceMappingURL=OtherProfile.d.ts.map