/** * Useful class utility functions, borrowed from the 0x.js codebase repo: * https://github.com/0xProject/0x.js/tree/a0aa21103b51ad287de1579832a4a490ca90175a/packages/utils */ export declare const classUtils: { bindAll(self: any, exclude?: string[], thisArg?: any): void; };