/// import { Opcode } from './opcodes.js'; /** * Encode an instruction (opcode & arguments) to bytecode. * @param opcode - the opcode to encode * @param args - the arguments to encode * @returns the bytecode for this one instruction */ export declare function encodeToBytecode(opcode: Opcode, args: number[]): Buffer; //# sourceMappingURL=encode_to_bytecode.d.ts.map