export declare function addPolyfilledImportMaps(indexHTML: string, data: {
    inlineImportMaps: string[];
    importMapPaths: string[];
}): string;
