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