import { IMatch, ISearchOption } from '../search/types'; export declare const matchString: (text: string, value: string, options: ISearchOption) => import("execall").Match[]; export declare const buildRegexValue: (match: IMatch, value: string) => string;