export { ADCCatalogArgs } from "./adccatalog";
export type ADCCatalog = import("./adccatalog").ADCCatalog;
export declare const ADCCatalog: typeof import("./adccatalog").ADCCatalog;
export { GetADCCatalogArgs, GetADCCatalogResult, GetADCCatalogOutputArgs } from "./getADCCatalog";
export declare const getADCCatalog: typeof import("./getADCCatalog").getADCCatalog;
export declare const getADCCatalogOutput: typeof import("./getADCCatalog").getADCCatalogOutput;
export * from "../types/enums/datacatalog";
