export declare enum Dimension {
    OVERWORLD = 0,
    NETHER = 1,
    END = 2,
    UNDEFINED = 3
}
//# sourceMappingURL=Dimension.d.ts.map