import { EntityOptions, EntityPropOptions } from './types'; export declare function prop(options?: EntityPropOptions): (...args: any[]) => any; export declare function entity(options?: EntityOptions): (...args: any[]) => any; export declare namespace entity { var prop: typeof import("./decorators").prop; }