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