//#region src/utils/built-asset-url.d.ts
declare function renderVinextBuiltUrl(filename: string, assetPrefix: string, deploymentId?: string, hostType?: "js" | "css" | "html"): string;
//#endregion
export { renderVinextBuiltUrl };