import { RemoteModule } from "./types"; export declare const attachScript: (remoteModule: RemoteModule) => Promise; export declare const detachScript: (id: string) => void;