/** * Open Pyto app. * * @returns Pyto open URL. * @example * open() * // => 'pyto://' * @link https://pyto.readthedocs.io/en/latest/automation.html */ export declare function open(): string;