export declare function callContract(contractAddress: string, args: {}, methodName: string): string;
