export declare const POINTER_LOG: string; export declare const FRAMES_LOG: string; export declare function startPointerCapture(): { stop: () => void; }; export declare function stopPointerCapture(): void;