import { type DynamoDB, type TransactWriteItemsOutput, type TransactWriteItem } from '@aws-sdk/client-dynamodb'; export declare function transactWrite(documentClient: DynamoDB, requests: TransactWriteItem[]): Promise;