export { ConversationArgs } from "./conversation"; export type Conversation = import("./conversation").Conversation; export declare const Conversation: typeof import("./conversation").Conversation; export { DocumentArgs } from "./document"; export type Document = import("./document").Document; export declare const Document: typeof import("./document").Document; export { GetConversationArgs, GetConversationResult, GetConversationOutputArgs } from "./getConversation"; export declare const getConversation: typeof import("./getConversation").getConversation; export declare const getConversationOutput: typeof import("./getConversation").getConversationOutput; export { GetDocumentArgs, GetDocumentResult, GetDocumentOutputArgs } from "./getDocument"; export declare const getDocument: typeof import("./getDocument").getDocument; export declare const getDocumentOutput: typeof import("./getDocument").getDocumentOutput; 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/v1beta";