/** * Return file paths under {@link cwd} that match {@link pattern}. * Paths are returned with forward-slash separators, relative to {@link cwd}. */ export declare function globFiles(pattern: string, cwd: string): Promise; //# sourceMappingURL=glob.d.ts.map