export { DocumentArgs } from "./document"; export type Document = import("./document").Document; export declare const Document: typeof import("./document").Document; export { DocumentSchemaArgs } from "./documentSchema"; export type DocumentSchema = import("./documentSchema").DocumentSchema; export declare const DocumentSchema: typeof import("./documentSchema").DocumentSchema; export { GetDocumentArgs, GetDocumentResult, GetDocumentOutputArgs } from "./getDocument"; export declare const getDocument: typeof import("./getDocument").getDocument; export declare const getDocumentOutput: typeof import("./getDocument").getDocumentOutput; export { GetDocumentSchemaArgs, GetDocumentSchemaResult, GetDocumentSchemaOutputArgs } from "./getDocumentSchema"; export declare const getDocumentSchema: typeof import("./getDocumentSchema").getDocumentSchema; export declare const getDocumentSchemaOutput: typeof import("./getDocumentSchema").getDocumentSchemaOutput; export { GetRuleSetArgs, GetRuleSetResult, GetRuleSetOutputArgs } from "./getRuleSet"; export declare const getRuleSet: typeof import("./getRuleSet").getRuleSet; export declare const getRuleSetOutput: typeof import("./getRuleSet").getRuleSetOutput; export { GetSynonymSetArgs, GetSynonymSetResult, GetSynonymSetOutputArgs } from "./getSynonymSet"; export declare const getSynonymSet: typeof import("./getSynonymSet").getSynonymSet; export declare const getSynonymSetOutput: typeof import("./getSynonymSet").getSynonymSetOutput; export { RuleSetArgs } from "./ruleSet"; export type RuleSet = import("./ruleSet").RuleSet; export declare const RuleSet: typeof import("./ruleSet").RuleSet; export { SynonymSetArgs } from "./synonymSet"; export type SynonymSet = import("./synonymSet").SynonymSet; export declare const SynonymSet: typeof import("./synonymSet").SynonymSet; export * from "../../types/enums/contentwarehouse/v1";