declare module 'web3/lib/solidity/coder' {
    const decodeParams: (types: string[], data: string) => any[];
}