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