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