import { PropertyMetadata } from "./interface"; import "reflect-metadata"; /** * * @param updates */ export declare function PropertyMetadata(updates: PropertyMetadata): (target: any, propertyKey: string | symbol) => void; //# sourceMappingURL=function.d.ts.map