export declare const getTmpFilename: (ext: string) => string; /** * https://github.com/fitzgen/glob-to-regexp */ export declare const globToRegExp: (glob: any, opts?: any) => RegExp;