import { XmlElementParams } from "@src/types/types";
export declare function parseElement(params: XmlElementParams): Promise<[string, number, boolean]>;
