import { SelectionSetNode } from 'graphql'; export declare function parseSelectionSet(selectionSet: string): SelectionSetNode;