import { IInteractionCapture } from '../../domain/interfaces/IInteractionCapture'; import { LogEntry } from '../../domain/types'; export declare class InteractionCapture implements IInteractionCapture { private callback; private isActive; private lastInputTime; private inputDebounceMs; start(callback: (entry: LogEntry) => void): void; stop(): void; private setupListeners; private removeListeners; private getCssSelector; private handleClick; private handleSubmit; private handleChange; private handleInput; } //# sourceMappingURL=InteractionCapture.d.ts.map