import { HexCoordinates, HexPrototype } from '../../hex'; export declare function distance(hexPrototype: Pick, from: HexCoordinates, to: HexCoordinates): number;