import type { FunctionOccurrence } from '../types.js'; import type { GraphLookupResult } from '@opensip-cli/contracts'; export declare function buildLookupResult(name: string, matches: readonly FunctionOccurrence[], resolutionMode: 'exact' | 'fast'): GraphLookupResult; //# sourceMappingURL=lookup-result.d.ts.map