import type { Settings } from "@yaakapp-internal/models"; import { rpc } from "./rpc"; export function getSettings(): Promise { return rpc("models_get_settings"); }