/** @internal */ declare const getAB3: (psA: number[][], psB: number[][]) => number[]; export { getAB3 };