import type { TableWithCdc } 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 table */ export declare function defineTableCdc(table: TableWithCdc, config: Config): { fragment: ServerlessApplicationModel; stack: ServerlessApplicationModel; }; //# sourceMappingURL=table.d.ts.map