import { DiscordBotClient } from '../client.js'; import { DiscordBotCredentialManager } from '../credential-manager.js'; export interface BotOption { bot?: string; server?: string; pretty?: boolean; _credManager?: DiscordBotCredentialManager; } export declare function getClient(options: BotOption): Promise; export declare function getCurrentServer(options: BotOption): Promise; //# sourceMappingURL=shared.d.ts.map