import { ValueNode } from 'graphql'; export declare const extractDefaultValueString: (graphqlNode: ValueNode) => string | undefined;