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