import { Trace } from "./tracer.js"; export declare const play: (trace: Trace) => Promise;