/** * Open Todoist Inbox view. * * @returns Todoist inbox URL. * @example * openInbox() * // => 'todoist://inbox' * @link https://developer.todoist.com/api/v1/#tag/Url-schemes */ export declare function openInbox(): string;