/** * Custom GraphQL scalar types for Momentum CMS. */ import { GraphQLScalarType } from 'graphql'; /** JSON scalar - accepts and returns arbitrary JSON values. */ export declare const GraphQLJSON: GraphQLScalarType;