export { DatasetArgs } from "./dataset"; export type Dataset = import("./dataset").Dataset; export declare const Dataset: typeof import("./dataset").Dataset; export { GetDatasetArgs, GetDatasetResult, GetDatasetOutputArgs } from "./getDataset"; export declare const getDataset: typeof import("./getDataset").getDataset; export declare const getDatasetOutput: typeof import("./getDataset").getDatasetOutput; export { GetGlossaryArgs, GetGlossaryResult, GetGlossaryOutputArgs } from "./getGlossary"; export declare const getGlossary: typeof import("./getGlossary").getGlossary; export declare const getGlossaryOutput: typeof import("./getGlossary").getGlossaryOutput; export { GetGlossaryEntryArgs, GetGlossaryEntryResult, GetGlossaryEntryOutputArgs } from "./getGlossaryEntry"; export declare const getGlossaryEntry: typeof import("./getGlossaryEntry").getGlossaryEntry; export declare const getGlossaryEntryOutput: typeof import("./getGlossaryEntry").getGlossaryEntryOutput; export { GetModelArgs, GetModelResult, GetModelOutputArgs } from "./getModel"; export declare const getModel: typeof import("./getModel").getModel; export declare const getModelOutput: typeof import("./getModel").getModelOutput; export { GlossaryArgs } from "./glossary"; export type Glossary = import("./glossary").Glossary; export declare const Glossary: typeof import("./glossary").Glossary; export { GlossaryEntryArgs } from "./glossaryEntry"; export type GlossaryEntry = import("./glossaryEntry").GlossaryEntry; export declare const GlossaryEntry: typeof import("./glossaryEntry").GlossaryEntry; export { ModelArgs } from "./model"; export type Model = import("./model").Model; export declare const Model: typeof import("./model").Model;