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