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