import { GraphQLScalarType } from "graphql";
export declare const EmailAddressScalar = "scalar EmailAddress";
export declare const EmailAddress: GraphQLScalarType;
