import { LogEntry } from '../types'; export interface IPerformanceCapture { start(callback: (entry: LogEntry) => void): void; stop(): void; } //# sourceMappingURL=IPerformanceCapture.d.ts.map