import { type Options } from '../options.js';
import { File } from './file.js';
declare function files(options: Options): File[];
export { files };
