import { Predicate, MaybeArray } from "./util-types"; export declare const matchString: (predicate: MaybeArray>) => Predicate;