import { Params } from '../types/types';
declare function Matcher(q?: string, url?: string, fullMatch?: boolean, strict?: boolean): Params | boolean;
export default Matcher;
