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