export declare function endsWithAny(text?: string | null, suffixes?: Array): boolean;