import "reflect-metadata";
import { PropertyOption } from "../types";
export declare function Property(option: PropertyOption): (target: any, propertyKey: string) => void;
