import { BooleanCB } from '../interfaces.js'; export declare function regexp(regexStr: string | undefined): (str: string) => boolean; export declare function wildcard(wildcardStr: string | undefined): (str: string) => boolean; export declare function findWildcardField(field: string, cb: BooleanCB): (data: Record) => boolean; //# sourceMappingURL=string.d.ts.map