import { ElevenLabsAccount } from '../types/account.js'; export declare class CredentialManager { private accounts; saveAccount(account: ElevenLabsAccount): Promise; getAccount(id: string): Promise; getAllAccounts(): Promise; removeAccount(id: string): Promise; updateAccount(account: ElevenLabsAccount): Promise; } //# sourceMappingURL=credential-manager.d.ts.map