export interface ImportRemoteOptions { url: string; scope: string; module: string; remoteEntryFileName?: string; bustRemoteEntryCache?: boolean; } export declare const importRemote: ({ url, scope, module, remoteEntryFileName, bustRemoteEntryCache, }: ImportRemoteOptions) => Promise; //# sourceMappingURL=index.d.ts.map