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