type TileCoordinate = {
    z: number;
    x: number;
    y: number;
};
export default TileCoordinate;
//# sourceMappingURL=TileCoordinate.d.ts.map