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