/** * JSON, table, and summary export utilities for profiling data. */ import type { ProfilerExport } from "./types"; export declare function exportJSON(options?: { includeRecentEvents?: boolean; }): ProfilerExport; export declare function exportTable(): string; export declare function exportSummary(): string; //# sourceMappingURL=exporters.d.ts.map