import { EmitterType, IframeApiType } from "./types"; declare function Loader(emitter: EmitterType): Promise; export default Loader;