import type { LocaleTextFunc } from 'ag-stack';
type ValidationMessageFormat = 'announcement' | 'inline';
export declare const _formatValidationMessages: (errorMessages: readonly string[], translate: LocaleTextFunc, format: ValidationMessageFormat) => string;
export {};
