import { EthTransaction } from 'eth-provider-types'; import { JsonRpcMiddleware } from 'json-rpc-engine'; export declare const createTransactionValidatorMiddleware: () => JsonRpcMiddleware<[ transaction: Partial ], unknown>;