import { PropertyAnnotation } from './annotationShapes';
import { StringType } from '@aws/dynamodb-data-marshaller';
export declare function autoGeneratedHashKey(parameters?: Partial<StringType>): PropertyAnnotation;
