import { HexSettings } from '../types';
export declare const isPointy: ({ orientation }: HexSettings) => boolean;
