import { Profile } from './valorant/profile'; import { Playlist } from './valorant/playlist'; import { Weapons } from './valorant/weapons'; import { Maps } from './valorant/maps'; import { Agents } from './valorant/agents'; import { Matches } from './valorant/matches'; export declare class TrackerAPI { profile: Profile; playlist: Playlist; weapons: Weapons; maps: Maps; agents: Agents; matches: Matches; constructor(); }