import { ConfigObject } from "../../api/model"; export declare function popup(config: ConfigObject): Promise; export declare const closeHttp: () => Promise;