import type { ExperimentConfig } from "./types.js"; /** * Load and validate an `*.experiment.yaml` file. */ export declare function loadExperimentConfig(filePath: string): Promise; //# sourceMappingURL=loader.d.ts.map