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