export interface RepositoryEvalWorkspace { root: string; localRoot: string; langsmithRoot: string; } export { canonicalPath, isPathWithin, resolveEvalContext, type EvalManifestSource, type EvalTargetOptions, type ResolvedEvalContext, } from './standalone-context.js'; export { collectStandaloneTasks, loadInstalledCustomAgent, validateInlineTask, type InstalledCustomAgent, type StaticCollectOptions, } from './standalone-static-collect.js'; export { loadUserEvalEnvironment } from './user-environment.js'; export declare function resolveRepositoryEvalWorkspace(): RepositoryEvalWorkspace; //# sourceMappingURL=index.d.ts.map