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