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