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