import { ASTNode } from 'graphql'; export declare function astToString(ast: ASTNode): string;