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