import { ParseError } from "@fncts/schema/ParseError"; export type ParseErrorFormatter = (error: ParseError) => string;