declare const getAllFiles: (dirPath: string, arrayOfFiles?: Array<string>, ignoreFolders?: string[]) => string[];
export default getAllFiles;
