import { t } from '../common';
declare type Path = string;
export declare function toRemoteEntryUrl(url: t.ManifestUrlParts | string, manifest: t.ModuleManifest | undefined): string;
export declare function toRemoteImport(url: t.ManifestUrlParts | string, manifest: t.ModuleManifest, entry: Path): t.ModuleManifestRemoteImport;
export {};
