import type { Plugin } from 'rollup'; import { VirtualPath } from '@boost/common'; import type { FileSystem } from '../../FileSystem'; export interface CopyAssetsOptions { dir?: string; fs: FileSystem; root: string; } export declare function copyAndRefAssets({ dir: customDir, fs, root }: CopyAssetsOptions, assetsToCopyInit?: Record): Plugin; //# sourceMappingURL=copyAndRefAssets.d.ts.map