export declare function getTouchMidpoint(touch1: Touch, touch2: Touch): { clientX: number; clientY: number; };