import { Signer } from 'types/Signer'; declare const useAccount: (signer: Signer) => any; export default useAccount;