export * from 'firebase/vertexai';
import { getGenerativeModel as _getGenerativeModel, getVertexAI as _getVertexAI } from 'firebase/vertexai';
export declare const getGenerativeModel: typeof _getGenerativeModel;
export declare const getVertexAI: typeof _getVertexAI;