import { typeGeoLatitude } from'../types';
/**
* Validate that a provided value is a valid latitude value
*
* @param {unknown} val - Value to verify
*/declarefunctionvGeoLatitude(val: unknown): val is GeoLatitude;
export { vGeoLatitude, vGeoLatitude asdefault };