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

export { getAllFiles as default };
