import { GraphQLScalarType } from 'graphql';
export declare const GraphQLLongitude: GraphQLScalarType<number, number>;
