import { Element, ElementDefinition } from ".."; export declare function getAdapterAttributesString(params: { node: { attributes: Parameters[0]["node"]["attributes"]; type: Element["type"]; }; }, options?: { keepEmptyAttributes?: boolean; removeDefaultAttributes?: boolean; mode: "testing" | "production"; }): string;