import { Instruction } from './instruction'; import { StorageObject } from './storage-object'; export type StorageObjectInstruction = StorageObject;