import { AvaxTx } from '../avax/avaxTx'; export declare abstract class PVMTx extends AvaxTx { vm: "PVM"; } //# sourceMappingURL=abstractTx.d.ts.map