import type { NsTranslatable, TFunction } from '../../types';
export declare const getDisplayErrorMessage: (errorMessage: NsTranslatable<"common"> | boolean, t: TFunction<"common">) => string | boolean | undefined;
