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