import type { Point, PointerEventLike } from "./types.js";
/**
 * get the center of all the pointers
 */
export declare function getCenter(pointers: PointerEventLike[]): Point;
//# sourceMappingURL=get-center.d.ts.map