/** * Open GV Connect and resume its previous state. * * @returns GV Connect launch URL. * @example * open() * // => 'gvconnect://' * * @link https://gvconnect.com/#Push */ export declare function open(): string;