/**
 * How many hexes are reachable from a starting hex given a Manhattan
 * distance radius?
 */
export declare const hexesWithin: (radius: number) => number;
//# sourceMappingURL=hexes-within.d.ts.map