export declare const updateStringAttribute: (el: Element, qualifiedName: string, value: string | null | undefined) => void; export declare const updateArrayAttribute: (el: Element, qualifiedName: string, values: string[] | null | undefined) => void; export declare const updateBooleanAttribute: (el: Element, qualifiedName: string, value: boolean | null | undefined) => void;