export declare class LatLngAltitude implements google.maps.LatLngAltitude { lat: number; lng: number; altitude: number; constructor(value: google.maps.LatLng | google.maps.LatLngLiteral | google.maps.LatLngAltitude | google.maps.LatLngAltitudeLiteral, noClampNoWrap?: boolean); equals: jest.Mock; toJSON: jest.Mock; }