import type { TableDescription } from '@aws-sdk/client-dynamodb'; import type { DynamoDbApi } from '../dynamoDbApi'; export declare function listAllTables(ddbApi: DynamoDbApi): Promise;