export { GetLogAnomalyDetectionIntegrationArgs, GetLogAnomalyDetectionIntegrationResult, GetLogAnomalyDetectionIntegrationOutputArgs } from "./getLogAnomalyDetectionIntegration";
export declare const getLogAnomalyDetectionIntegration: typeof import("./getLogAnomalyDetectionIntegration").getLogAnomalyDetectionIntegration;
export declare const getLogAnomalyDetectionIntegrationOutput: typeof import("./getLogAnomalyDetectionIntegration").getLogAnomalyDetectionIntegrationOutput;
export { GetNotificationChannelArgs, GetNotificationChannelResult, GetNotificationChannelOutputArgs } from "./getNotificationChannel";
export declare const getNotificationChannel: typeof import("./getNotificationChannel").getNotificationChannel;
export declare const getNotificationChannelOutput: typeof import("./getNotificationChannel").getNotificationChannelOutput;
export { GetResourceCollectionArgs, GetResourceCollectionResult, GetResourceCollectionOutputArgs } from "./getResourceCollection";
export declare const getResourceCollection: typeof import("./getResourceCollection").getResourceCollection;
export declare const getResourceCollectionOutput: typeof import("./getResourceCollection").getResourceCollectionOutput;
export { LogAnomalyDetectionIntegrationArgs } from "./logAnomalyDetectionIntegration";
export type LogAnomalyDetectionIntegration = import("./logAnomalyDetectionIntegration").LogAnomalyDetectionIntegration;
export declare const LogAnomalyDetectionIntegration: typeof import("./logAnomalyDetectionIntegration").LogAnomalyDetectionIntegration;
export { NotificationChannelArgs } from "./notificationChannel";
export type NotificationChannel = import("./notificationChannel").NotificationChannel;
export declare const NotificationChannel: typeof import("./notificationChannel").NotificationChannel;
export { ResourceCollectionArgs } from "./resourceCollection";
export type ResourceCollection = import("./resourceCollection").ResourceCollection;
export declare const ResourceCollection: typeof import("./resourceCollection").ResourceCollection;
export * from "../types/enums/devopsguru";
