export declare function resolveCachedRuntimePath(pluginRoot: string, sourceRoot: string, runtimePath: string): string; export declare function isPathInside(candidatePath: string, rootPath: string): boolean;