export interface ExtractParams {
html: string;
htmlFilePath: string;
rootDir: string;
extractAssets: boolean;
absolutePathPrefix?: string;
}
export declare function extractModulesAndAssets(params: ExtractParams): {
moduleImports: import("../../RollupPluginHTMLOptions").ScriptModuleTag[];
inlineModules: import("../../RollupPluginHTMLOptions").ScriptModuleTag[];
assets: import("../InputData").InputAsset[];
htmlWithoutModules: string;
};
//# sourceMappingURL=extractModulesAndAssets.d.ts.map