import { CompassDirection } from '../../compass'; import { Hex } from '../../hex'; import { Traverser } from '../types'; export declare const move: (direction: CompassDirection) => Traverser;