import { Instruction, ValueType } from './Instruction'; export default function execute(instruction: (Instruction | ValueType)): any;