import { GraphQLObject } from '../definitions';
/**
 * Extract object properties values from the given object and concatenate them.
 */
export declare const getObjectSearchValue: (object: GraphQLObject, properties: string[]) => string | undefined;
/**
 * Get a search callback for given type
 */
export declare const useTypeSearch: ({ type }: any) => (object: GraphQLObject, search: string, context?: any) => boolean;
export default useTypeSearch;
//# sourceMappingURL=useTypeSearch.d.ts.map