import { IWalletLink as LocalhostContract, IWalletLinkInterface as LocalhostInterface } from '@river-build/generated/dev/typings/IWalletLink'; import { ethers } from 'ethers'; import { BaseContractShim } from './BaseContractShim'; export declare class IWalletLinkShim extends BaseContractShim { constructor(address: string, provider: ethers.providers.Provider | undefined); } //# sourceMappingURL=WalletLinkShim.d.ts.map