/**
 * 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<string>): Array<string>;
//# sourceMappingURL=findAssets.d.ts.map