import { Signer } from '../types/Signer'; declare const hideWallet: (signer: Signer) => void; export default hideWallet;