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