/** * Count-aware display helper for CLI text. * * Keeps command output from relying on "(s)" suffixes. */ export declare const count: (n: number, singular: string, plural?: string) => string; //# sourceMappingURL=count.d.ts.map