import { type MetadataEvent } from '../metadata';
export declare function visualize(traceJsonFile: string | MetadataEvent[]): Promise<string>;
