export declare function substringAfterLastAny(text?: string | null, separators?: Array): string | null | undefined;