import type { AWSAccount } from '../types/index.js';
export declare function initializeHandlers(): void;
export declare function getAccountState(): {
    accounts: AWSAccount[];
    activeAccountId: string | null;
    defaultAccountId: string | null;
};
export declare function getCurrentClients(): any;
export declare function initializeAccounts(): Promise<void>;
export declare function handleListAccounts(): Promise<any>;
export declare function handleSwitchAccount(accountId: string): Promise<any>;
export declare function handleAddAccount(args: any): Promise<any>;
export declare function handleRemoveAccount(accountId: string): Promise<any>;
export declare function handleGetActiveAccount(): Promise<any>;
export declare function handleSetDefaultAccount(accountId: string): Promise<any>;
export declare function handleUpdateAccount(args: any): Promise<any>;
//# sourceMappingURL=account-handlers.d.ts.map