import 'reflect-metadata'; export declare function Property(options?: { searchable?: boolean; indexed?: boolean; defaultValue?: any; }): Function;