import type { Config, WorkspaceCredentials } from './types.js'; export declare class SlackCredentialManager { private configDir; private credentialsPath; constructor(configDir?: string); load(): Promise; save(config: Config): Promise; getWorkspace(id?: string): Promise; setWorkspace(creds: WorkspaceCredentials): Promise; removeWorkspace(id: string): Promise; setCurrentWorkspace(id: string): Promise; } export { SlackCredentialManager as CredentialManager }; //# sourceMappingURL=credential-manager.d.ts.map