import { ExportChainLeaf } from "../exportChainNode/ExportChainLeaf"; export declare function resolveIdentifier(absolutePathToTsFile: string, nameToSearchFor: string): ExportChainLeaf[];