import { UnsignedTx } from './unsignedTx';
export declare class EVMUnsignedTx extends UnsignedTx {
    hasPubkey(pubKey: Uint8Array): boolean;
    static fromJSON(jsonStr: string): EVMUnsignedTx;
}
//# sourceMappingURL=evmUnsignedTx.d.ts.map