import type { GetCommandInput } from '@aws-sdk/lib-dynamodb'; import type { Entity, KeyInputItem } from '../../../../entity/index.js'; import type { GetItemOptions } from '../options.js'; type GetItemParamsGetter = >(entity: ENTITY, input: KeyInputItem, getItemOptions?: OPTIONS) => GetCommandInput; export declare const getItemParams: GetItemParamsGetter; export {};