export declare class Scaling {
    static normalize: (coordinates: number[][]) => void;
}
