export function searchDescriptor(location: string, maybeReadDescriptor: MaybeReadDescriptorFn, { log: _log }?: SearchDescriptorOptions): Promise>; export function search(readPowers: ReadFn | ReadPowers | MaybeReadPowers, moduleLocation: string, { log }?: SearchOptions): Promise; import type { MaybeReadDescriptorFn } from './types.js'; import type { SearchDescriptorOptions } from './types.js'; import type { SearchDescriptorResult } from './types.js'; import type { ReadFn } from './types.js'; import type { ReadPowers } from './types.js'; import type { MaybeReadPowers } from './types.js'; import type { SearchOptions } from './types.js'; import type { SearchResult } from './types.js'; //# sourceMappingURL=search.d.ts.map