import { Document } from 'parse5'; import { InputAsset } from '../InputData.js'; export interface ExtractAssetsParams { document: Document; htmlFilePath: string; htmlDir: string; rootDir: string; extractAssets: boolean | 'legacy-html' | 'legacy-html-and-css'; externalAssets?: string | string[]; absolutePathPrefix?: string; } export declare function extractAssets(params: ExtractAssetsParams): InputAsset[]; //# sourceMappingURL=extractAssets.d.ts.map