import { GraphqlResponseWrapper } from '../../core'; import { DeepPartial } from './types'; export declare function useProjectedValue(queryResult: GraphqlResponseWrapper, project?: (q: TQueryResult) => DeepPartial): GraphqlResponseWrapper | GraphqlResponseWrapper[]>; export declare function useProjectedValue(queryResult: GraphqlResponseWrapper, project?: (q: TQueryResult) => DeepPartial): GraphqlResponseWrapper | GraphqlResponseWrapper>;