export declare const getTranslatedError: >({ errors, key, t, }: { errors?: T; key: keyof T; t: (key: string) => string; }) => string | undefined;