import type { PromiEvent } from 'web3-core'; /** * @category nmx-staking contract */ export declare const sendTransaction: (methodName: string, params: any, options: any) => PromiEvent; //# sourceMappingURL=stakingSendTransaction.d.ts.map