export interface HasCentroid { centroid: { z: number; }; } export declare function sort(a: T, b: T): number;