import { IKeyValue } from '../definitions.interface'; /** * @stable [28.01.2020] */ export declare type TranslatorT = (key: string, context?: TContext) => string;