export declare function startsWithAnyIgnoreCase(text?: string | null, prefixes?: Array): boolean;