import type { AppError } from '../result/errors.js'; /** * The problem sentences behind a normaliser's error (`details.problems`, each * `[i]: …`), or the error message when it carries none. */ export declare function unitProblemsOf(error: AppError): readonly string[]; //# sourceMappingURL=unit-problems-of.d.ts.map