declare function matchUriPatterns(reqPath: string, patterns: string[]): boolean;

export { matchUriPatterns };
