export interface IInstructionInputData {
    readonly instruction: number;
}
