/** * Given an array of assets folders, e.g. ['Fonts', 'Images'], * it globs in them to find all files that can be copied. * * It returns an array of absolute paths to files found. */ export default function findAssets(folder: string, assets: Array): Array; //# sourceMappingURL=findAssets.d.ts.map