import type { PackageType as PackageType_0,RemoteKeys as RemoteKeys_0 } from './kms/apis.d.ts'; declare module "@module-federation/runtime" { type RemoteKeys = RemoteKeys_0; type PackageType = T extends RemoteKeys_0 ? PackageType_0 : Y ; export function loadRemote(packageName: T): Promise>; export function loadRemote(packageName: T): Promise>; } declare module "@module-federation/enhanced/runtime" { type RemoteKeys = RemoteKeys_0; type PackageType = T extends RemoteKeys_0 ? PackageType_0 : Y ; export function loadRemote(packageName: T): Promise>; export function loadRemote(packageName: T): Promise>; } declare module "@module-federation/runtime-tools" { type RemoteKeys = RemoteKeys_0; type PackageType = T extends RemoteKeys_0 ? PackageType_0 : Y ; export function loadRemote(packageName: T): Promise>; export function loadRemote(packageName: T): Promise>; }