import type { QueryCommandInput } from '@aws-sdk/lib-dynamodb'; import type { Entity } from '../../../../entity/index.js'; import type { Table } from '../../../../table/index.js'; import type { QueryOptions } from '../options.js'; import type { Query } from '../types.js'; type QueryParamsGetter =