import type { ChangeDataCaptureEnricherConfig, Model } from '@code-like-a-carpenter/foundation-intermediate-representation'; import type { Config } from '../config.ts'; import type { ServerlessApplicationModel } from '../types.ts'; /** Generates CDC Projector config for a model */ export declare function defineEnricher(config: Config, model: Model, cdc: ChangeDataCaptureEnricherConfig): { fragment: ServerlessApplicationModel; stack: ServerlessApplicationModel; }; //# sourceMappingURL=enricher.d.ts.map