import { Strand } from "./types"; export declare const mutate: (points: Strand, transformation: Strand) => Float32Array;