export declare function UpperCase(message?: string): (target: any, key: string) => void;
