import type { KottiField } from '../kotti-field/types'; import type { KottiForm } from './types'; export declare const getValidationSummary: (validations: ReadonlyArray) => KottiForm.ValidationSummary;