import { UriMatchers, ParamUriMatchers } from '../../../bootstrap';
export declare class UriMatcherRefiner {
    static refine(matcher: UriMatchers): UriMatchers | ParamUriMatchers;
}
