export declare class OpenRouterClient {
    private apiKey;
    constructor();
    getSuggestions(fileNames: string[]): Promise<Record<string, string>>;
    private makeRequest;
    private getDefaultSuggestions;
}
//# sourceMappingURL=openrouter.d.ts.map