declare enum SymbolType { Internal = 0, Imported = 1, Exported = 2 } export default SymbolType;