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