declare module 'glob-escape' { const globEscape: (string) => string; export = globEscape; }