import { Options } from 'fast-glob';
export declare function globFiles(pattern: string | string[], options?: Options): Promise<string[]>;
