import { LatLngLiteral } from '../definitions';
export declare function hash(coordinates: LatLngLiteral, precision?: number): string;
