import type { Table } from '@code-like-a-carpenter/foundation-intermediate-representation'; import type { ServerlessApplicationModel } from './types.ts'; /** cloudformation generator */ export declare function defineTable({ enablePointInTimeRecovery, enableStreaming, hasTtl, tableName, primaryKey: { isComposite }, secondaryIndexes, }: Table): ServerlessApplicationModel; //# sourceMappingURL=table.d.ts.map