export declare function isRegexLikelySafe(pattern: string, isRegex: boolean): boolean;
