/** * Resolve validated roots for CLI runtime assets in priority order. * * Monorepo roots win so source edits are never shadowed by generated package * copies. Published installs have no monorepo ancestor and fall back to the * package root identified by package name plus its required project asset. */ export declare function runtimeAssetRoots(): string[]; /** Build candidate paths for one packaged runtime asset using the shared root model. */ export declare function runtimeAssetPaths(relativePath: string): string[]; //# sourceMappingURL=runtime-assets.d.ts.map