import type { UpdateCommandInput } from '@aws-sdk/lib-dynamodb'; import type { Entity } from '../../../../entity/index.js'; import type { UpdateAttributesOptions } from '../options.js'; type CommandOptions = Omit; type UpdateAttributesOptionsParser = (entity: ENTITY, updateItemOptions: UpdateAttributesOptions) => CommandOptions; export declare const parseUpdateAttributesOptions: UpdateAttributesOptionsParser; export {};