import { GraphQLScalarType } from 'graphql';
declare const Email: GraphQLScalarType<string, string>;
export { Email };
