import { ParseOptions } from 'graphql';
import { Source } from './loaders.js';
import { SchemaPrintOptions } from './types.js';
export declare function parseGraphQLJSON(location: string, jsonContent: string, options: SchemaPrintOptions & ParseOptions): Source;
