import { FilesystemBackend } from "deepagents"; export declare function normalizeEvalVirtualPath(filePath: string, appDir: string): string; /** * Filesystem backend for Harbor eval trials under `appDir` (default `/app`). */ export declare function createEvalTrialFilesystemBackend(appDir: string): FilesystemBackend; //# sourceMappingURL=eval-filesystem.d.ts.map