export type GetNearestSpeciesObservationsOptions = { back?: number; hotspot?: boolean; includeProvisional?: boolean; maxResults?: number; sppLocale?: string; dist?: number; }; export type GetNearestSpeciesObservationsRequest = { speciesCode: string; lat: number; lng: number; options?: GetNearestSpeciesObservationsOptions; }; //# sourceMappingURL=GetNearestSpeciesObservationsRequest.d.ts.map