import { GraphQLScalarType, GraphQLScalarTypeConfig } from 'graphql'; export declare const GraphQLEmailAddressConfig: GraphQLScalarTypeConfig; export declare const GraphQLEmailAddress: GraphQLScalarType;