import { AuthStorage, ModelRegistry } from "@mariozechner/pi-coding-agent"; import type { InstallerOptions } from "./lib.js"; export type { InstallerOptions }; export declare function createInstallerSession(opts: InstallerOptions): Promise<{ session: import("@mariozechner/pi-coding-agent").AgentSession; authStorage: AuthStorage; modelRegistry: ModelRegistry; }>; //# sourceMappingURL=agents.d.ts.map