import type { Bud } from '@roots/bud-framework'; import type { StatsCompilation } from '@roots/bud-framework/config'; export declare const makeNoticeTitle: (bud: Bud, child: StatsCompilation) => string;