import { AreDeclaration, AreInstructionSerialized } from '@adaas/are'; import { AreHtmlAddElementInstructionPayload } from './AreHTML.instructions.types.mjs'; declare class AddElementInstruction extends AreDeclaration { constructor(props: AreHtmlAddElementInstructionPayload | AreInstructionSerialized); } export { AddElementInstruction };