import type { ExperimentFileSystem, RunConfig } from "../types.js"; type RunConfigFileSystem = Pick; export declare function loadInstructions(): Promise; export declare function loadRunConfig(options: { cwd: string; homeDir: string; fs: RunConfigFileSystem; }): Promise; export {};