/** * * `export` - Export * * `import` - Import */ export declare enum DirectionEnum { EXPORT = "export", IMPORT = "import" }