2025-06-17 11:39:51 +08:00

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;