import { FloatArray, Matrix } from '../types'; export declare function fillPoints(matrix: Matrix, addPoints: number): void; export declare function fillSubpath(ns: FloatArray, totalLength: number): FloatArray;