import { GraphQLScalarType } from 'graphql';
declare const Email: GraphQLScalarType;
export { Email };
