const { getSourceCodeFragmentOfDeclaration, getFilePathOrExternalSource, } = require('./get-source-code-fragment-of-declaration.js'); // TODO: move trackdownIdentifier to utils as well module.exports = { getSourceCodeFragmentOfDeclaration, getFilePathOrExternalSource, };