import type { GlobalScriptsByBundleName } from '.'; export declare function augmentIndexHtml(indexString: string, scripts: GlobalScriptsByBundleName[]): string;