// TypeScript Version: 3.0

import { GraphQLScalarType } from 'graphql';

// This named export is intended for users of CommonJS. Users of ES modules
//  should instead use the default export.
export const GraphQLJSON: GraphQLScalarType;

export default GraphQLJSON;

export const GraphQLJSONObject: GraphQLScalarType;
