/** * Open FSNotes. * * @returns FSNotes open URL. * @example * open() * // => 'fsnotes://' * @link https://github.com/glushchenko/fsnotes/blob/master/FSNotes/AppDelegate%2BURLRoutes.swift */ export declare function open(): string;