export declare enum Coordinates3DEnum {
    X = 0,
    Y = 1,
    Z = 2,
}
