import { HoneycombTileShape } from '../types/honeycomb.js'; export declare const calculateTileWidth: (height: number, shape: HoneycombTileShape) => number;