/** * Open the Today overview. * * @returns Agenda today URL. * @example * today() * // => 'agenda://x-callback-url/today' * @link https://agenda.community/t/x-callback-url-support-and-reference/27253 */ export declare function today(): string;