import { InterpolateOptions, FloatArray } from '../types'; export declare function normalizePaths(left: FloatArray[], right: FloatArray[], options: InterpolateOptions): FloatArray[][];