import { type KoneckFileConfig } from './config.js'; export declare function needsSetup(): Promise; export declare function runSetup(): Promise; /** * The model ids a provider will actually serve, or an empty list if it cannot be asked. * * Only used to populate the setup prompt, so failure is not an error: an unreachable endpoint or a * provider without a listing simply falls back to typing a name. Kept short — nobody waits on a * wizard, and a local server that is not running should not hold it up. */ export declare function listProviderModels(provider: string, baseURL: string | undefined, apiKey: string | undefined): Promise; //# sourceMappingURL=setup.d.ts.map