declare const matcher: (glob: string, caseSensitive: boolean) => ((segment: string) => boolean); export default matcher;