import type { SelectionSetNode } from 'graphql';
export declare function checkIfDataSatisfiesSelectionSet(selectionSet: SelectionSetNode, data: any): any;
