import type { XYPair } from '../../types'; export declare function rotateVector(vector: XYPair, angle: number): { x: number; y: number; };