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