export declare enum TypeKinds { Basic = "basic", Union = "union", Intersection = "intersection", TypeParameter = "type-parameter", }