import { Vec3 } from '../math/Vec3';
export declare function vectorCompare(a: Vec3, b: Vec3): number;
