import { Client, Collection } from 'rbx-discord'; import { ClusterClient } from 'discord-hybrid-sharding'; export default class ExtendedClient extends Client { constructor(token: string, cookie: string); folderData: { command: string; event: string; }; commands: Collection; aliases: Collection; events: Collection; cooldowns: Collection; cluster: ClusterClient; guildIds: string[]; loadCommands(): Promise; loadEvents(): Promise; setLocation(location: { command: string; event: string; }): this; addGuildId(guildId: string): this; start(roblox?: boolean): void; } //# sourceMappingURL=Client.d.ts.map