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