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