import { DynamoDB } from 'aws-sdk';
import { IPrimaryKey } from '../types';
export declare const key2ddbKey: (keyObject: IPrimaryKey) => DynamoDB.Key;
