/** * Common types and utilities for Flowcore Pathways * * This module exports common types and utilities that are used across the Flowcore Pathways library. * * @module */ export * from "./flowcore.type.js"; //# sourceMappingURL=index.d.ts.map