import { Address } from "web3-types";
export declare function recoverTransaction(rawTransaction: string): Address;
