import type { GraphQLFieldsType } from '../models';
export declare function isFieldsType(type?: any): type is GraphQLFieldsType;
