import type { Ctx } from "../ctx/index.js"; import type { Mod } from "../mod/index.js"; import type { Solution } from "../solution/index.js"; export declare function formatSolution(mod: Mod, ctx: Ctx, solution: Solution, names: Array): string; //# sourceMappingURL=formatSolution.d.ts.map