import { GraphQLScalarType } from "graphql";
export declare const Int: GraphQLScalarType;
export declare const Float: GraphQLScalarType;
export declare const ID: GraphQLScalarType;
