/** * recursively get all files in a directory * @param {string} directory the directory to read * @yields {string} the path to each file * @return {AsyncGenerator} the path to each file */ export function getFiles(directory: string): AsyncGenerator; //# sourceMappingURL=getFiles.d.ts.map