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