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