import { AreMutation, AreDeclaration, AreInstructionSerialized } from '@adaas/are'; import { AreHtmlAddInterpolationInstructionPayload } from './AreHTML.instructions.types.js'; declare class AddInterpolationInstruction extends AreMutation { constructor(parent: AreDeclaration, props: AreHtmlAddInterpolationInstructionPayload | AreInstructionSerialized); } export { AddInterpolationInstruction };