import { SelectionSetNode } from 'graphql';
import { GraphQLParseOptions } from './Interfaces.js';
export declare function parseSelectionSet(selectionSet: string, options?: GraphQLParseOptions): SelectionSetNode;
