import { type RunHarnessPairOptions } from "../loader/run.js"; type ModulesFor = RunHarnessPairOptions["modulesFor"]; export declare function assertReplayEquivalent(path: string, modulesFor: ModulesFor): Promise; export {};