import type { Translate, TranslationValues } from '@qualweb/locale';
import { Translator } from '@qualweb/locale';
import { ModuleType } from '../evaluation/ModuleType';
export declare class TestTranslator {
    private readonly module;
    private readonly translator;
    constructor(module: ModuleType, translator: Translator);
    constructor(module: ModuleType, locale: Translate);
    translate(assertionCode: string, resultCode: string, values?: TranslationValues): string;
}
//# sourceMappingURL=TestTranslator.d.ts.map