import { IEntitlementsManager as LocalhostContract, IEntitlementsManagerBase as LocalhostIEntitlementsBase, IEntitlementsManagerInterface as LocalhostInterface } from '@river-build/generated/dev/typings/IEntitlementsManager';
import { ethers } from 'ethers';
import { BaseContractShim } from './BaseContractShim';
export type { LocalhostIEntitlementsBase as IEntitlementsBase };
export declare class IEntitlementsShim extends BaseContractShim<LocalhostContract, LocalhostInterface> {
    constructor(address: string, provider: ethers.providers.Provider | undefined);
}
//# sourceMappingURL=IEntitlementsShim.d.ts.map