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