export { ApplicationArgs } from "./application";
export type Application = import("./application").Application;
export declare const Application: typeof import("./application").Application;
export { DataIntegrationArgs } from "./dataIntegration";
export type DataIntegration = import("./dataIntegration").DataIntegration;
export declare const DataIntegration: typeof import("./dataIntegration").DataIntegration;
export { EventIntegrationArgs } from "./eventIntegration";
export type EventIntegration = import("./eventIntegration").EventIntegration;
export declare const EventIntegration: typeof import("./eventIntegration").EventIntegration;
export { GetApplicationArgs, GetApplicationResult, GetApplicationOutputArgs } from "./getApplication";
export declare const getApplication: typeof import("./getApplication").getApplication;
export declare const getApplicationOutput: typeof import("./getApplication").getApplicationOutput;
export { GetDataIntegrationArgs, GetDataIntegrationResult, GetDataIntegrationOutputArgs } from "./getDataIntegration";
export declare const getDataIntegration: typeof import("./getDataIntegration").getDataIntegration;
export declare const getDataIntegrationOutput: typeof import("./getDataIntegration").getDataIntegrationOutput;
export { GetEventIntegrationArgs, GetEventIntegrationResult, GetEventIntegrationOutputArgs } from "./getEventIntegration";
export declare const getEventIntegration: typeof import("./getEventIntegration").getEventIntegration;
export declare const getEventIntegrationOutput: typeof import("./getEventIntegration").getEventIntegrationOutput;
