import { InstructionBase } from "./InstructionBase"; export declare class ZeroSpaceInstruction extends InstructionBase { toString(): string; }