export declare const enum InstructionTypeOperation { Create = "CREATE_INSTRUCTION", Copy = "COPY_SELECT_INSTRUCTION", Insert = "INSERT_SELECT_INSTRUCTION", Unbind = "UNBIND_SELECT_INSTRUCTION", Delete = "DELETE_INSTRUCTION" }