import type { init } from '@module-federation/runtime-tools'; type Remotes = Parameters[0]['remotes']; export interface NormalizedRuntimeInitOptionsWithOutShared { name: string; remotes: Remotes; } export {};