import { ParserTree } from '../Models'; export declare class TreeToGraphQL { static parse(parserTree: ParserTree): string; }