import { HexPrototype, Point } from '../types'; export declare const pointToCube: ({ dimensions: { xRadius, yRadius }, origin, isPointy }: Pick, { x, y }: Point) => import("../types").CubeCoordinates;