/// import { Instruction } from './instruction.js'; /** * Convert a buffer of bytecode into an array of instructions * @param bytecode - Buffer of bytecode * @returns Bytecode decoded into an ordered array of Instructions */ export declare function decodeBytecode(bytecode: Buffer): Instruction[]; //# sourceMappingURL=decode_bytecode.d.ts.map