import { GraphQLESLintParseResult, ParserOptions } from './types';
export declare function parseForESLint(code: string, options: ParserOptions): GraphQLESLintParseResult;
