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