import { type ConstValueNode, type TypeNode } from 'graphql'; export declare const REQUIRED_STRING_TYPE_NODE: TypeNode; export declare const REQUIRED_INT_TYPE_NODE: TypeNode; export declare const REQUIRED_FIELDSET_TYPE_NODE: TypeNode; export declare const FALSE_BOOLEAN_VALUE_NODE: ConstValueNode;