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