export = ContractABI;
declare class ContractABI {
    constructor(contract: any);
    contract: any;
    decodeData(data: any): {
        name: any;
        fullName: any;
        type: any;
        signature: any;
        array: any[];
        object: any;
    };
    decodeLog(log: any): {
        name: any;
        fullName: any;
        type: any;
        signature: any;
        array: any[];
        object: any;
    };
}
//# sourceMappingURL=ContractABI.d.ts.map