/**
 * The Vertex AI in Firebase Web SDK.
 *
 * @packageDocumentation
 */
declare global {
    interface Window {
        [key: string]: unknown;
    }
}
export * from './api';
export * from './public-types';
