declare const stringMatch: (s1: string, s2: string, caseSensitive?: boolean) => RegExpMatchArray | null; export default stringMatch;