declare function numberProperty(): (target: any, key: string) => void;
export { numberProperty as NumberProperty };
