import { GraphQLScalarType } from 'graphql'; import { GeoJSONObject } from './types.js'; export declare const GraphQLGeoJSON: GraphQLScalarType;