export { ConversationArgs } from "./conversation"; export type Conversation = import("./conversation").Conversation; export declare const Conversation: typeof import("./conversation").Conversation; export { DataStoreArgs } from "./dataStore"; export type DataStore = import("./dataStore").DataStore; export declare const DataStore: typeof import("./dataStore").DataStore; export { DocumentArgs } from "./document"; export type Document = import("./document").Document; export declare const Document: typeof import("./document").Document; export { EngineArgs } from "./engine"; export type Engine = import("./engine").Engine; export declare const Engine: typeof import("./engine").Engine; export { GetConversationArgs, GetConversationResult, GetConversationOutputArgs } from "./getConversation"; export declare const getConversation: typeof import("./getConversation").getConversation; export declare const getConversationOutput: typeof import("./getConversation").getConversationOutput; export { GetDataStoreArgs, GetDataStoreResult, GetDataStoreOutputArgs } from "./getDataStore"; export declare const getDataStore: typeof import("./getDataStore").getDataStore; export declare const getDataStoreOutput: typeof import("./getDataStore").getDataStoreOutput; export { GetDocumentArgs, GetDocumentResult, GetDocumentOutputArgs } from "./getDocument"; export declare const getDocument: typeof import("./getDocument").getDocument; export declare const getDocumentOutput: typeof import("./getDocument").getDocumentOutput; export { GetEngineArgs, GetEngineResult, GetEngineOutputArgs } from "./getEngine"; export declare const getEngine: typeof import("./getEngine").getEngine; export declare const getEngineOutput: typeof import("./getEngine").getEngineOutput; export { GetSchemaArgs, GetSchemaResult, GetSchemaOutputArgs } from "./getSchema"; export declare const getSchema: typeof import("./getSchema").getSchema; export declare const getSchemaOutput: typeof import("./getSchema").getSchemaOutput; export { SchemaArgs } from "./schema"; export type Schema = import("./schema").Schema; export declare const Schema: typeof import("./schema").Schema; export * from "../../types/enums/discoveryengine/v1alpha";