import { Contract, Signer } from 'ethers';
export declare type Account = Signer | Contract;
export declare function getAddressOf(account: Account): Promise<string>;
//# sourceMappingURL=account.d.ts.map