/// <reference types="@vechain/connex" />
import { abi } from 'thor-devkit/dist/abi';
export declare function newMethod(ctx: Context, addr: string, coder: abi.Function): Connex.Thor.Method;
