/** @internal */ declare function getTransform1(_xyA: number[][][], _xyB: number[][][]): number[][]; export { getTransform1 };