/** * Re-runs the member against stored trace inputs and reports output drift. * Re-run outputs are passed through the redactor before persisting/printing. */ export declare function runReplay(member: string, limit: number, json: boolean): Promise; //# sourceMappingURL=evalReplay.d.ts.map