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