/** * Open Textwell. * * @returns Textwell open URL. * @example * open() * // => 'textwell://' * @link https://sociomedia.com/textwell/urlschemes/ */ export declare function open(): string;