import { Optional } from "../../types"; import { PropertyOptions } from "../schema"; export declare function Property(options?: Optional, "type">): (target: TEntity, propertyKey: string) => void; //# sourceMappingURL=Property.d.ts.map