import { type HtmlTagDescriptor } from "vite";
export declare function extractJsonTags(html: string): {
    modifiedHtml: string;
    jsonScripts: HtmlTagDescriptor[];
};
