import { RemoteModule } from "./types"; export declare const getRemoteModuleId: ({ url, module, scope }: RemoteModule) => string;