export default class CoordinateUtils {
    static fromBlockToChunk(v: number): number;
    static getChunkMin(v: number): number;
    static getChunkMax(v: number): number;
}
//# sourceMappingURL=CoordinateUtils.d.ts.map