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