/**
 * Returns a boolean indicating whether text is upper case.
 */
export declare function isUpperCase(input: string): boolean;
