import type { ManagedRuntimeAdditionalPackage } from "./background-runtime.js"; export interface ResolveManagedRuntimePackagesInput { readonly cwd: string; readonly configPath: string; readonly env: Readonly>; } /** Resolve the exact config-selected plugin roots observed by the current app install. */ export declare function resolveConfiguredManagedRuntimePackages(input: ResolveManagedRuntimePackagesInput): Promise; //# sourceMappingURL=managed-runtime-packages.d.ts.map