import { type UnSubscriber } from "../handlers/mod.js"; import { List } from "../utils/List.js"; import type { SystemLanguage } from "../../gen/types/mod.js"; export declare class LanguageList extends List { static getAsync(): Promise; static onChange(cb: (payload: LanguageList) => void): Promise; } //# sourceMappingURL=language.d.ts.map