import type { Account } from './useAccount.js';
export declare const useAccountDisconnect: () => (account: Account) => Promise<void>;
