import type { ChangeDataCaptureConfig, Model } from '@code-like-a-carpenter/foundation-intermediate-representation'; import type { Config } from '../config.ts'; import type { ServerlessApplicationModel } from '../types.ts'; /** generate the dispatcher lambda function */ export declare function makeHandler(config: Config, model: Model, cdc: ChangeDataCaptureConfig, template: string): { fragment: ServerlessApplicationModel; stack: ServerlessApplicationModel; }; //# sourceMappingURL=handler.d.ts.map