import { AppErrorImpl } from '../result/errors.js'; import { UnitEntryForm } from './unit-entry-form.js'; /** * The one error a malformed markable selector produces: `CONFIG_INVALID`, its * message the first problem (`+N more`), and EVERY problem in * `details.problems` (each `[i]: …`) — read them back with * `unitProblemsOf`. A zod refinement, a boundary validator and a pack loader * all surface the same sentences. */ export declare function unitProblemsError(listPath: string, problems: readonly string[], form: UnitEntryForm): AppErrorImpl; //# sourceMappingURL=unit-problems-error.d.ts.map