import { parse } from './ManifestUrl.parse';
import { params } from './ManifestUrl.params';
import { toRemoteEntryUrl, toRemoteImport } from './ManifestUrl.remoteEntry';
export declare const ManifestUrl: {
    parse: typeof parse;
    params: typeof params;
    toRemoteEntryUrl: typeof toRemoteEntryUrl;
    toRemoteImport: typeof toRemoteImport;
};
