import { type TableDescription } from '@aws-sdk/client-dynamodb'; import { type Schema } from './schema'; export declare function deleteTable(schema: Schema): Promise;