import { BatchWriteCommandInput, DynamoDBDocument } from "@aws-sdk/lib-dynamodb"; export declare function batchDelete(docClient: DynamoDBDocument, tableName: string, deleteCommandInput: BatchWriteCommandInput, retryCount?: number, maxRetries?: number): Promise;