import G from 'glob'; export declare function everyMatchAsync(pattern: string, options: G.IOptions): Promise; export declare function anyMatchAsync(pattern: string, options: G.IOptions): Promise; export declare function wrapGlobWithTimeout(query: () => Promise, duration: number): Promise;