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