import { FloatArray } from '../types'; export declare function perimeterPoints(pts: FloatArray): number;