import { PointerEventLike } from "./types.js";
/**
 * calculate the rotation degrees between two pointer sets
 * @returns rotation in degrees
 */
export declare function getRotation(start: PointerEventLike[], end: PointerEventLike[]): number;
//# sourceMappingURL=get-rotation.d.ts.map