1export default function importDeclaration(context) { 2 const ancestors = context.getAncestors(); 3 return ancestors[ancestors.length - 1]; 4} 5 6