import { Resolver } from 'graphql-compose';
import type { ProjectionType } from 'graphql-compose';
import type { CommonOpts } from '../utils';
export default function createSearchResolver<TSource, TContext>(opts: CommonOpts<TContext>): Resolver<TSource, TContext>;
export declare function toDottedList(projection: ProjectionType, prev?: string[]): string[] | boolean;
//# sourceMappingURL=search.d.ts.map