/** * Resolve direct identifier calls: `foo()`. * * Walks `getAliasedSymbol` to follow imports, then matches the * declaration against the catalog by bodyHash. */ import ts from 'typescript'; import type { EdgeResolver } from './types.js'; export declare const resolveDirectCall: EdgeResolver; //# sourceMappingURL=direct-call.d.ts.map