/** * Auth command for managing LLM provider API keys. * * Provides secure storage via system keychain with fallback to file-based storage. */ import { Command } from 'commander'; /** * The auth command. */ export declare const authCommand: Command; //# sourceMappingURL=auth.d.ts.map