import { ErrorMessages } from '../rules/types'; /** Get the value of an error message */ export declare function ruleMessage(errorMessages: ErrorMessages, key: string, args?: T[]): string;