import { AlterAssetTagsData, HtmlTag } from 'html-webpack-plugin'; import { compilation } from 'webpack'; export declare const getBodyTags: (data: AlterAssetTagsData) => HtmlTag[]; export declare const setBodyTags: (data: AlterAssetTagsData, body: HtmlTag[]) => void; export declare const getHeadTags: (data: AlterAssetTagsData) => HtmlTag[]; export declare const getAlterAssetTags: (compilation: compilation.Compilation) => any;