export declare function openKmiUrl({ protocol, port, host, open, }: { protocol: string; port: number; host: string; open?: boolean | string | string[]; }): Promise; export declare function openBrowser(url: string): Promise;