import { AvailableTypes } from '../../types/typeConverters'; export declare function Property(type: AvailableTypes): (target: object, propertyKey: string) => void; //# sourceMappingURL=property.d.ts.map