import { MatchFn } from "./MatchFn"; export declare const includes: (searchString: string) => MatchFn;