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