import { EditorNode } from '../model/editormodel'; import { DataType } from '../serialize/interface/baseinterface'; import { MMELEnum } from '../serialize/interface/datainterface'; import { BASICTYPES, SearchableNodeTypes } from './constants'; export declare function isSearchableNodeTypes(x: DataType): x is SearchableNodeTypes; export declare function isBasicType(type: string): type is BASICTYPES; export declare function isEnum(type: string, enums: Record): boolean; export declare function isDCClass(type: string, elements: Record): boolean; //# sourceMappingURL=typecheckings.d.ts.map