import React from "react"; import { Config } from "./config.ts"; export declare function PreflightModelAuth({ model, config, configPath, error }: { model: Config["models"][number]; config: Config; configPath: string; error?: string; }): React.JSX.Element; export declare function PreflightAutofixAuth({ autofixKey, model, config, configPath }: { autofixKey: K; model: Exclude; config: Config; configPath: string; }): React.JSX.Element;