/** * Open the installed Gett app. * * @returns Gett native URL scheme. * @example * open() * // => 'gett://' * * @link https://developer.gett.com/docs/overview-1 */ export declare function open(): string;