export declare class PlayerProvider { stats(name: string): Promise; pve(name: string): Promise; pveAchievements(name: string): Promise; }