import { GraphQLScalarType } from 'graphql';
import { GeoJSONObject } from './types.cjs';
export declare const GraphQLGeoJSON: GraphQLScalarType<GeoJSONObject, GeoJSONObject>;
