4 lines
152 B
TypeScript
4 lines
152 B
TypeScript
import { Dict, Scope } from "../typing";
|
|
import { I18n } from "../I18n";
|
|
export declare function lookup(i18n: I18n, scope: Scope, options?: Dict): any;
|