import { ElevenLabsAccount } from '../types/account.js'; export declare class AccountState { private credentialManager; private activeAccount; constructor(); initialize(): Promise; getActiveAccount(): ElevenLabsAccount | null; addAccount(account: ElevenLabsAccount): Promise; switchAccount(name: string): Promise; removeAccount(name: string): Promise; getAllAccounts(): Promise; } //# sourceMappingURL=account-state.d.ts.map