export interface RemoteOptions { moduleFederationConfig: any; tsConfigPath?: string; typesFolder?: string; compiledTypesFolder?: string; deleteTypesFolder?: boolean; additionalFilesToCompile?: string[]; compilerInstance?: 'tsc' | 'vue-tsc'; }