import type { JsonValue } from "./serde_json/JsonValue";
export type PluginConfig = JsonValue;
