import type { TableWithCdc } from '@code-like-a-carpenter/foundation-intermediate-representation'; import type { Config } from '../config.ts'; import type { ServerlessApplicationModel } from '../types.ts'; export declare function isDispatcherStack(resourceName: string): boolean; export declare function makeDispatcherStackName(table: TableWithCdc): string; export declare function makeDispatcherStack(config: Config): ServerlessApplicationModel; //# sourceMappingURL=dispatcher.d.ts.map