/** @internal */ declare function getTransform2(xyA: number[][][], xyB: number[][][]): number[][]; export { getTransform2 };