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