export default function openProject(options: { projectPath: string; mode?: 'full' | 'lite'; type: 'microapp' | 'microgame'; }, remotePort?: number): Promise;