import { MatchOptions, MatchResponse, RouteNode } from './RouteNode';
declare const matchChildren: (nodes: RouteNode[], pathSegment: string, currentMatch: MatchResponse, options?: MatchOptions, consumedBefore?: string) => MatchResponse | null;
export default matchChildren;
