export * from './bch-descriptions'; export * from './bch-errors'; export * from './bch-instruction-sets'; export * from './bch-opcodes'; export * from './bch-operations'; export * from './bch-types'; export * from './fixtures/bitcoin-abc/bitcoin-abc-utils'; /** * Initialize a virtual machine using the provided BCH instruction set. * * @param instructionSet - the VM version to instantiate – by default, the * current "strict" VM is used (`instructionSetBCHCurrentStrict`) */ export declare const instantiateVirtualMachineBCH: (instructionSet?: import("./bch-instruction-sets").InstructionSetBCH) => Promise>; //# sourceMappingURL=bch.d.ts.map