pub fn extract_imports(node: &Node<'_>, content: &str) -> Vec<Import>
Extract imports from an import_statement node.