export declare const DocumentEvents: { mousemove: string; touchmove: string; mouseup: string; touchend: string; touchcancel: string; }; export declare const FLAG_INSERT: number; export declare const FLAG_REMOVE: number;