/**
 * DynamoDB Toolbox: A simple set of tools for working with Amazon DynamoDB
 * @author Jeremy Daly <jeremy@jeremydaly.com>
 * @license MIT
 */
import { TableAttributes } from '../classes/Table/types.js';
declare const _default: (attrs: TableAttributes, partitionKey: string, sortKey: string | null) => {};
export default _default;
