import { PartialCubeCoordinates } from '../types'; export declare const toString: ({ q, r }: PartialCubeCoordinates) => string;