import { ValidationCode } from './message-catalog'; export declare const MessageTemplates: Partial>; export declare function formatMessage(code: string, params?: Record): string; export declare const HumanReadableTemplates: Partial>; export declare function getHumanReadableMessage(code: string, params?: Record): string; //# sourceMappingURL=message-templates.d.ts.map