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