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