import { type HyperchartInspectAgentDefaults } from "@surprisal/hyperchart/internal/core/inspect"; import type { HyperchartHostAdapter } from "@surprisal/hyperchart/host"; export interface PiHyperchartHostOptions { agentDir?: string; agentDefaults?: (agentName: string) => HyperchartInspectAgentDefaults | undefined; } export declare function createPiHyperchartHost(options?: PiHyperchartHostOptions): HyperchartHostAdapter; export declare const piHyperchartHost: HyperchartHostAdapter; //# sourceMappingURL=host_adapter.d.ts.map