import { XmlElement } from "@src/types/types";
export declare function extractRootAttributes(element: XmlElement): Record<string, string>;
