import { Strand } from "./types"; export declare const transform: (points: Strand, transformation: Strand, buffer?: Float32Array | undefined) => Strand;