export declare const getLaunchOptionsSync: () => Promise<{ errMsg: string; }>; export declare const getEnterOptionsSync: () => Promise<{ errMsg: string; }>;