/** * Check if input string is Uppercase */ export declare const isUppercase: (str: string) => boolean;