/**
 * © 2023 Raccoons. Developing a simple way to change.
 *
 * Set of abstractions on top of TypeScript 5.0.
 *
 * @packageDocumentation
 */
import Annotation from "./Annotation";
import Any from "./Any";
import Class from "./Class";
import Method from "./Method";
import EnvironmentVariable from "./EnvironmentVariable";
export { Annotation, Any, Class, Method, EnvironmentVariable };
