import { getEnterOptions, getLaunchOptions } from '../../framework/utils' export function getLaunchOptionsSync () { return getLaunchOptions() } export function getEnterOptionsSync () { return getEnterOptions() }