/** * Open Apple Notes in Hookmark. * * @returns Hookmark open notes URL. * @example * openNotes() * // => 'hook://notes' * @link https://hookproductivity.com/help/integration/url-scheme-selection-principles */ export declare function openNotes(): string;