export { ApplicationArgs } from "./application"; export type Application = import("./application").Application; export declare const Application: typeof import("./application").Application; export { DeploymentArgs } from "./deployment"; export type Deployment = import("./deployment").Deployment; export declare const Deployment: typeof import("./deployment").Deployment; export { EnvironmentArgs } from "./environment"; export type Environment = import("./environment").Environment; export declare const Environment: typeof import("./environment").Environment; export { GetApplicationArgs, GetApplicationResult, GetApplicationOutputArgs } from "./getApplication"; export declare const getApplication: typeof import("./getApplication").getApplication; export declare const getApplicationOutput: typeof import("./getApplication").getApplicationOutput; export { GetDeploymentArgs, GetDeploymentResult, GetDeploymentOutputArgs } from "./getDeployment"; export declare const getDeployment: typeof import("./getDeployment").getDeployment; export declare const getDeploymentOutput: typeof import("./getDeployment").getDeploymentOutput; export { GetEnvironmentArgs, GetEnvironmentResult, GetEnvironmentOutputArgs } from "./getEnvironment"; export declare const getEnvironment: typeof import("./getEnvironment").getEnvironment; export declare const getEnvironmentOutput: typeof import("./getEnvironment").getEnvironmentOutput; export * from "../types/enums/m2";