import { IEthereumProvider } from "../../../types";
export declare function wrapSend(provider: IEthereumProvider, sendWrapper: (method: string, params: any[]) => Promise<any>): IEthereumProvider;
//# sourceMappingURL=wrapper.d.ts.map