import { AreMutation, AreDeclaration, AreInstructionSerialized } from '@adaas/are'; import { AreHtmlAddAttributeInstructionPayload } from './AreHTML.instructions.types.mjs'; declare class AddAttributeInstruction extends AreMutation { cache?: string; constructor(parent: AreDeclaration, props: AreHtmlAddAttributeInstructionPayload | AreInstructionSerialized); } export { AddAttributeInstruction };