import { AbiDefinition } from 'ethereum-types';
export declare const encoder: {
    encodeConstructorArgsFromAbi(args: any[], abi: AbiDefinition[]): string;
};
//# sourceMappingURL=encoder.d.ts.map