/** * Private method to enable adding custom RPC calls to the web3 object. This * allows the addition of custom endpoints to the web3 object. */ export declare function patchEnableCustomRPC(web3: any): void;