import { ServerType } from '@sasjs/utils';
import { AssetPathMap } from './createAssetServices';
export declare const updateScriptTag: (tag: HTMLScriptElement, webSourcePathFull: string, destinationPath: string, serverType: ServerType, assetPathMap: AssetPathMap[]) => Promise<void>;