/** * Checks for any numbers */ export declare function IsDecimal(target: any, propertyName: string): void;