export declare const getAllOutputFilesWithExtension: (dirPath: string, arrayOfFiles: Array<any>, extension: string) => Array<any>;
