import { type Finder } from '@pnpm/types'; export declare function createPackagesSearcher(queries: string[], finders?: Finder[]): Finder;