import type { Bud } from '@roots/bud-framework'; import type { StatsError } from '@roots/bud-framework/config'; export declare const makeErrorFormatter: (bud: Bud) => (errors?: StatsError[]) => StatsError[] | undefined;