export { DiscoveryArgs } from "./discovery";
export type Discovery = import("./discovery").Discovery;
export declare const Discovery: typeof import("./discovery").Discovery;
export { GetDiscoveryArgs, GetDiscoveryResult, GetDiscoveryOutputArgs } from "./getDiscovery";
export declare const getDiscovery: typeof import("./getDiscovery").getDiscovery;
export declare const getDiscoveryOutput: typeof import("./getDiscovery").getDiscoveryOutput;
export { GetServiceLevelObjectiveArgs, GetServiceLevelObjectiveResult, GetServiceLevelObjectiveOutputArgs } from "./getServiceLevelObjective";
export declare const getServiceLevelObjective: typeof import("./getServiceLevelObjective").getServiceLevelObjective;
export declare const getServiceLevelObjectiveOutput: typeof import("./getServiceLevelObjective").getServiceLevelObjectiveOutput;
export { ServiceLevelObjectiveArgs } from "./serviceLevelObjective";
export type ServiceLevelObjective = import("./serviceLevelObjective").ServiceLevelObjective;
export declare const ServiceLevelObjective: typeof import("./serviceLevelObjective").ServiceLevelObjective;
export * from "../types/enums/applicationsignals";
