import type { ChangeDataCaptureConfig, Model } from '@code-like-a-carpenter/foundation-intermediate-representation'; import type { Config } from '../config.ts'; import type { ServerlessApplicationModel } from '../types.ts'; export declare function isHandlerStack(resourceName: string): boolean; export declare function makeHandlerStackName(model: Model, cdc: ChangeDataCaptureConfig): string; export declare function makeHandlerStack(config: Config): ServerlessApplicationModel; //# sourceMappingURL=handler.d.ts.map