import { ValueNodeWithoutLoc } from "../Models/GqlParserTree"; import { ValueNode } from 'graphql'; export declare const getValueAsGqlStringNode: (v: ValueNodeWithoutLoc) => string; export declare const getValueWithoutLoc: (v: ValueNode) => ValueNodeWithoutLoc;