/** * A better opn. Reuse the same tab on Chrome for * @example * `http://xxx.domain.com:3001/pages` * @param openUrl the page url try to open. */ export declare const openPage: (openUrl: string) => void;