import { ChannelBotClient } from '../client.js'; import { ChannelBotCredentialManager } from '../credential-manager.js'; export interface WorkspaceOption { workspace?: string; bot?: string; pretty?: boolean; _credManager?: ChannelBotCredentialManager; } export declare function getClient(options: WorkspaceOption): Promise; export declare function getCurrentWorkspace(options: WorkspaceOption): Promise; export declare function getDefaultBotName(options: WorkspaceOption): Promise; //# sourceMappingURL=shared.d.ts.map