import RegularPlayer from '../classes/player/RegularPlayer.js'; declare class MCAPI_PLAYERS { static get(username: string, raw?: boolean): Promise; static getByUUID(uuid: string, raw?: boolean): Promise; private static handleError; } export { MCAPI_PLAYERS, MCAPI_PLAYERS as default }; //# sourceMappingURL=Players.d.ts.map