import type { GlobalConfig, OpenRouterFullResult } from '../types.js'; export declare function resetClient(): void; export type CallOpenRouterFn = (systemPrompt: string, userPrompt: string, model?: string, config?: GlobalConfig) => Promise; export declare function setCallOpenRouter(fn: CallOpenRouterFn | null): void; export declare function callOpenRouterFull(systemPrompt: string, userPrompt: string, model?: string, config?: GlobalConfig): Promise; export declare function callOpenRouter(systemPrompt: string, userPrompt: string, model?: string, config?: GlobalConfig): Promise; //# sourceMappingURL=openrouter.d.ts.map