import { DynamoDBDocument, UpdateCommand } from "@aws-sdk/lib-dynamodb"; /** * Run dynamodb update commands synchronously to avoid throttling, retrying on ThroughputError */ export declare function updateCommandsSync(db: DynamoDBDocument, commands: UpdateCommand[]): Promise;