import { providers } from 'ethers'; import BaseService from '../commons/BaseService'; import { EthereumTransactionTypeExtended } from '../commons/types'; import { NTokenStakefish } from './typechain/NTokenStakefish'; export declare class NTokenStakeFish extends BaseService { instance: NTokenStakefish; constructor(provider: providers.Provider, address: string); claimFee(tokenIds: string[], amountsToClaim: string[], to: string, onBehalfOf: string): EthereumTransactionTypeExtended; exit(tokenIds: string[], onBehalfOf: string): EthereumTransactionTypeExtended; } //# sourceMappingURL=index.d.ts.map