export declare type EndPointTypes = 'accountage' | 'avatar' | 'creation' | 'followage' | 'followcount' | 'followed' | 'followers' | 'following' | 'game' | 'help' | 'highlight' | 'highlight_random' | 'hosts' | 'hostscount' | 'id' | 'ingests' | 'latest_sub' | 'multi' | 'random_sub' | 'random_user' | 'subage' | 'subcount' | 'subpoints' | 'subscriber_emotes' | 'status' | 'title' | 'team_members' | 'total_views' | 'upload' | 'uptime' | 'viewercount' | 'videos' | 'vod_replay'; declare const _default: { account_age: (user: string) => Promise; avatar: (user: string) => Promise; creation: (user: string) => Promise; follow_age: (channel: string, user: string) => Promise; follow_count: (channel: string) => Promise; followed: (user: string, channel: string) => Promise; followers: (channel: string) => Promise; following: (user: string) => Promise; game: (channel: string) => Promise; help: (search: string) => Promise; highlight: (channel: string) => Promise; highlight_random: (channel: string) => Promise; hosts: (channel: string) => Promise; hosts_count: (channel: string) => Promise; id: (user: string) => Promise; ingests: () => Promise; latest_sub: (channel: string) => Promise; multi: (stream: string) => Promise; random_sub: (channel: string) => Promise; random_user: (channel: string) => Promise; status: (channel: string) => Promise; sub_age: (channel: string, user: string) => Promise; sub_count: (channel: string) => Promise; sub_emotes: (channel: string) => Promise; sub_points: (channel: string) => Promise; team_members: (team_id: string) => Promise; title: (channel: string) => Promise; total_views: (channel: string) => Promise; upload: (channel: string) => Promise; uptime: (channel: string) => Promise; videos: (channel: string) => Promise; viewer_count: (channel: string) => Promise; vod_replay: (channel: string) => Promise; }; export default _default; //# sourceMappingURL=twitch.d.ts.map