/** * Show 'All' focus list in 2Do. * * @returns 2Do show all URL. * @example * showAll() * // => 'twodo://x-callback-url/showAll' * @link https://www.2doapp.com/kb/article/url-schemes.html */ export declare function showAll(): string;