import type { Vector3 } from 'three';
export declare function filterNotColinearPoints(positions: Vector3[]): [Vector3, Vector3, Vector3] | void;
