import { InstructionBase } from "."; import { IValue } from "../types"; export declare class SetCounterInstruction extends InstructionBase { constructor(value: IValue); }