import { Options } from './options';
export declare class FileHelper {
    private options;
    constructor(options?: Options);
    getFileNames(path: string): string[];
    private getFilesInDirectory;
}
