import { UriMatcherResponse } from "./UriMatcherResponse"; export declare class UriMatcher { match( uri?: string, scheme?: string, hosts?: Array, paths?: Array, fragments?: Array, disallowQueryParameters?: boolean ): UriMatcherResponse; constructor(); }