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