import { Linter } from 'eslint';
import { GraphQLESLintParseResult, ParserOptions } from './types';
export declare function parse(code: string, options?: ParserOptions): Linter.ESLintParseResult['ast'];
export declare function parseForESLint(code: string, options?: ParserOptions): GraphQLESLintParseResult;
