import { NotifyService } from '@farris/ui-notify';
export declare class I18nTranslateService {
    private notify;
    private langCode;
    private i18nSource;
    constructor(notify: NotifyService);
    instant(value: string): string;
    /**
     * 读取配置文件中的国际化资源，未获取到则返回''
     */
    private getI18nValue;
}
