import { IDropFacet as DevContract, IDropFacetInterface as DevInterface } from '@river-build/generated/dev/typings/IDropFacet';
import { ethers } from 'ethers';
import { BaseContractShim } from './BaseContractShim';
export declare class IDropFacetShim extends BaseContractShim<DevContract, DevInterface> {
    constructor(address: string, provider: ethers.providers.Provider | undefined);
}
//# sourceMappingURL=IDropFacetShim.d.ts.map