import { AssetPathMap } from './createAssetServices';
export declare const modifyLinksInContent: (_content: string, assetPathMap: AssetPathMap[]) => string;
