import type { MatchFunction, ParseMatchOption } from './types'; export declare function createMatcher(match: ParseMatchOption): MatchFunction; //# sourceMappingURL=match.d.ts.map