/**
 * Utilities related to GraphQL.
 */
import { GraphQLObjectType as GQObjectType } from 'graphql';
/**
 * Returns empty GraphQLObjectType.
 */
export declare function getEmptyObjectType(name: string): GQObjectType;
