import { OffsetCoordinates } from '../hex';
export declare const isOffset: (value: unknown) => value is OffsetCoordinates;
