import type { Transport } from './transport'; export declare function systemClient(t: Transport): { getHealth: (signal?: AbortSignal) => Promise; getSystemKinds: (signal?: AbortSignal) => Promise<{ kind: string; state: "default" | "active" | "off"; plugin: string | null; detail: string; }[]>; }; //# sourceMappingURL=system-client.d.ts.map