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