export declare class UriMatcherResponse { getErrorMessages(): Array isError(): boolean isFragmentMatches(): boolean isHostMatches(): boolean isMatch(): boolean isPathMatches(): boolean isSchemeMatches(): boolean constructor() }