import { ConstValueNode } from 'graphql'; import { BuilderAstNode } from './types'; export declare type ConstValueNodeBuilderProps = ConstValueNode; export declare class ConstValueNodeBuilder implements BuilderAstNode { private node; private constructor(); build(): ConstValueNode; copy(): ConstValueNodeBuilder; static fromNode(node: ConstValueNode): BuilderAstNode; } //# sourceMappingURL=ConstValueNodeBuilder.d.ts.map