/** * Controls the order of operations for rendering the entire batch * @param {any} symbols The symbol tree to process * @param {Function} callback Standard callback */ export default function processFiles(symbols: any, callback: Function): void; //# sourceMappingURL=process.files.d.ts.map