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