import { lowerCase, reverse, roll, upperCase } from './code/tools'; import game8Ball from './code/8ball'; import random from './code/random'; import twitch from './code/twitch'; export { twitch, random, reverse, lowerCase, upperCase, roll, game8Ball }; declare const _default: { twitch: { 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; }; reverse: typeof reverse; lowerCase: typeof lowerCase; upperCase: typeof upperCase; roll: typeof roll; random: { array: typeof import("./code/random").array; key: typeof import("./code/random").key; }; game8Ball: typeof game8Ball; }; export default _default; //# sourceMappingURL=index.d.ts.map