import Intl from 'intl-ts'; import { langType } from '../../locale'; /** * Notify the error, depending on its shape. * * @param error - The error to check. * @param lang - The language for error messages if any. */ export declare function notifyError(error: unknown, lang: Intl): void;