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