import { type SelectionSetNode } from 'graphql';
export declare function selectionSetOfData(data: Record<string, unknown>): SelectionSetNode;
