interface String { like(pattern: string): boolean; } declare function toRegExp(pattern: string, escape?: string): RegExp;