export declare function isAlphabeticLower(text?: string | null): boolean;
