import { AxialCoordinates } from '../hex';
export declare const isAxial: (value: unknown) => value is AxialCoordinates;
