import type { UpdateCommandInput } from '@aws-sdk/lib-dynamodb'; import type { Entity } from '../../../../entity/index.js'; import type { UpdateItemOptions } from '../options.js'; import type { UpdateItemInput } from '../types.js'; type UpdateItemParamsGetter = >(entity: ENTITY, input: UpdateItemInput, updateItemOptions?: OPTIONS) => UpdateCommandInput & { ToolboxItem: UpdateItemInput; }; export declare const updateItemParams: UpdateItemParamsGetter; export {};