import { GeneratorProps } from './types.js'; export { StructuredLink } from './types.js'; import '@eventcatalog/sdk'; import './compass.js'; type EventCatalogConfig = Record; declare const _default: (_config: EventCatalogConfig, options: GeneratorProps) => Promise; export { _default as default };