export default function buildMatchPatternFn(args: any): (dirtyString: any, dirtyOptions: any) => {
    value: any;
    rest: string;
} | null;
