/** * Initialize a virtual machine using the BCH instruction set. * * @param standard - If `true`, the additional `isStandard` validations will be * enabled. Transactions that fail these rules are often called "non-standard" * and can technically be included by miners in valid blocks, but most network * nodes will refuse to relay them. (Default: `true`) */ export declare const createVirtualMachineBCH2022: (standard?: boolean) => import("../../../virtual-machine.js").AuthenticationVirtualMachine; //# sourceMappingURL=bch-2022-vm.d.ts.map