import { SelectionSet as SelectionSetObject } from '@appvise/domain'; export declare function NodeQuery(nodeType: new (entity: TEntity) => TNode, queryType: new (identifier: string, selectionSet?: SelectionSetObject) => TQuery, queryName: string): any;