declare const globs: {
    toRegexp: (pattern: string) => RegExp;
};

export { globs };
