import * as mongoose from 'mongoose'; export type PropOptions = Partial> | mongoose.SchemaType; export declare function Prop(options?: PropOptions): PropertyDecorator;