import { GraphQLInputObjectType, GraphQLObjectType } from "graphql"; export declare const point: GraphQLObjectType; export declare const pointInput: GraphQLInputObjectType; export declare const pointDistance: GraphQLInputObjectType; export declare const cartesianPoint: GraphQLObjectType; export declare const cartesianPointInput: GraphQLInputObjectType; export declare const cartesianPointDistance: GraphQLInputObjectType; //# sourceMappingURL=point.d.ts.map