export declare const getMinMaxVectors: (points: (number[] | Float32Array)[], dimensions: number) => { min: number[]; max: number[]; };