export interface RefreshWorkspaceRuntimeResult { workspaceRoot: string; targetIds: string[]; runtimeIndexPath: string; runtimeSchemaVersion: number; packageVersion: string; } export declare function refreshWorkspaceRuntime(workspaceRoot: string, packageRoot?: string): Promise; //# sourceMappingURL=refresh-workspace-runtime.d.ts.map