import type { TraceStreamJson } from '@tracerbench/trace-event'; import type { ProtocolConnection } from 'chrome-debugging-client'; import type { RaceCancellation } from 'race-cancellation'; export declare type UsingTracingCallback = (raceCancellation: RaceCancellation) => Promise; export default function runTrace(page: ProtocolConnection, categories: string[], raceCancellation: RaceCancellation, usingTracing: UsingTracingCallback, path?: string): Promise; //# sourceMappingURL=run-trace.d.ts.map