/** * Open HBuilderX. * * @returns HBuilderX open URL. * @example * open() * // => 'hbuilderx://' */ export declare function open(): string;