import { LatLngLiteral } from '../definitions';
export declare function validateCoordinates(coordinates: LatLngLiteral, flag?: boolean): boolean;
