import * as glob from 'glob';
export declare function globFiles(pattern: string | string[], options?: glob.IOptions): Promise<string[]>;
