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