/** * Open Notes app. * * @returns Notes open URL. * @example * notes() * // => 'notes://' */ export declare function notes(): string;