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