import type { AuthStorage as PiAuthStorage, ModelRegistry as PiModelRegistry } from "@mariozechner/pi-coding-agent"; declare const PiAuthStorageClass: typeof PiAuthStorage; declare const PiModelRegistryClass: typeof PiModelRegistry; export { PiAuthStorageClass as AuthStorage, PiModelRegistryClass as ModelRegistry }; export declare function discoverAuthStorage(agentDir: string): PiAuthStorage; export declare function discoverModels(authStorage: PiAuthStorage, agentDir: string): PiModelRegistry;