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