export * from './create'; export * from './close'; export enum MyInstruction { CreateUser, CloseUser, }