export declare function extractHtmlScripts(html: string): Array<{
    content?: string;
    src?: string;
}>;
