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