import { Provider } from '@nestjs/common';
import { Chats } from '@google/genai';
export declare const ChatsProvider: Provider<Chats>;
