/** * Open Cubox. * * @returns Cubox open URL. * @example * open() * // => 'cubox://' * @link https://help.cubox.pro/adv/97a6/ */ export declare function open(): string;