import { InstructionBase } from "./InstructionBase"; export declare class EndInstruction extends InstructionBase { constructor(); }