import { ApiPromise } from '@polkadot/api';
import { KeyringPair } from '@polkadot/keyring/types';
import { AccountInfo } from '../../types.js';
export declare function accountInfo(api: ApiPromise, account: KeyringPair): Promise<AccountInfo>;
//# sourceMappingURL=index.d.ts.map