import type { ApiConfig } from "./types"; export declare const DEFAULT_COMPLETION_ENDPOINT = "https://suggestion-gw5lxik4dq-uc.a.run.app"; export declare const DEFAULT_GRAMMAR_ENDPOINT = "https://prosemirror-ai-plugin.web.app/api/suggestion"; export declare const DEFAULT_MODEL = "openai:gpt-4o-mini"; export type AIModel = "openai:gpt-4o" | "openai:gpt-4o-mini" | "cerebras:llama-3.1-8b" | "cerebras:llama-3.3-70b" | "cerebras:qwen-3-32b"; export declare function createApiConfig(config: ApiConfig): Required; export declare function createGrammarApiConfig(config: ApiConfig): Required; //# sourceMappingURL=config.d.ts.map