/** Laravel-style validation catalogs. Hosts override any key via i18next * `validation.`; these are the defaults when the key is missing, picked * by the operator's language (es by default — the product language). */ export declare const VALIDATION_CATALOGS: Record>; export declare function validationCatalog(language?: string): Record; /** Pick the catalog key for a code, folding min/max + kind=length into *_length. */ export declare function validationMessageKey(code: string, params?: Record): string; //# sourceMappingURL=validation-catalog.d.ts.map