import { ValueNode } from 'graphql'; /** * Gets the value of a ValueNode * * Like valueFromAST from graphqljs, but without typechecking so it does not need the input type */ export declare function getValueFromAST(valueNode: ValueNode): any;