import { HoneycombTileShape } from '../types/honeycomb.js'; export declare const calculateTileWidth: (height: number, shape: HoneycombTileShape) => number; //# sourceMappingURL=calculate-tile-width.d.ts.map