import type { PreregisteredRule } from './preregistered-rule.js'; export interface BenchmarkContainerSpec { baseImage: string; definitionSha256: string; tag: string; } export declare function readBenchmarkContainerSpec(root: string, expectedBaseImage: string): BenchmarkContainerSpec; export declare function launchBenchmarkContainer(root: string, spec: BenchmarkContainerSpec, rule: PreregisteredRule, args: string[]): void; //# sourceMappingURL=container-launch.d.ts.map