import { FloatArray } from '../types'; export declare function rotatePoints(ns: FloatArray, count: number): void;