import type { ResolverSeedData, ScopeWithPathToken } from '../../../../libs/fspropertybinding'; /** * Returns the resolver seed data * * @param dataRoots - list of roots of the dql expression * @return - the resolver seed data stores in react state */ export declare const useSelectiveContext: (dataRoots: readonly ScopeWithPathToken[]) => ResolverSeedData;