declare const matchRoute: (value: string[], path: string) => boolean;
export default matchRoute;
