import type { DeleteCommandInput } from '@aws-sdk/lib-dynamodb'; import type { Entity, KeyInputItem } from '../../../../entity/index.js'; import type { DeleteItemOptions } from '../options.js'; type DeleteItemParamsGetter = >(entity: ENTITY, input: KeyInputItem, deleteItemOptions?: OPTIONS) => DeleteCommandInput; export declare const deleteItemParams: DeleteItemParamsGetter; export {};