import { Neutral } from "../../neutral"; import { Normal } from "../../normal"; import { Core } from "../../core"; import { Ctx } from "../../ctx"; export declare class ReplaceNeutral extends Neutral { target: Neutral; motive: Normal; base: Normal; constructor(target: Neutral, motive: Normal, base: Normal); readback_neutral(ctx: Ctx): Core; }