/** * Open Launch Center Pro. * * @returns Launch Center Pro URL. * @example * open() * // => 'launch://' * @link https://help.contrast.co/hc/en-us/articles/200865273-Integration-for-App-Developers */ export declare function open(): string;