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