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