import type { Core } from "../core/index.js"; import type { Ctx } from "../ctx/index.js"; import type { Mod } from "../mod/index.js"; import type { Neutral } from "../neutral/index.js"; export declare function readbackNeutral(mod: Mod, ctx: Ctx, neutral: Neutral): Core; //# sourceMappingURL=readbackNeutral.d.ts.map