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