export { EnvironmentAccountConnectionArgs } from "./environmentAccountConnection"; export type EnvironmentAccountConnection = import("./environmentAccountConnection").EnvironmentAccountConnection; export declare const EnvironmentAccountConnection: typeof import("./environmentAccountConnection").EnvironmentAccountConnection; export { EnvironmentTemplateArgs } from "./environmentTemplate"; export type EnvironmentTemplate = import("./environmentTemplate").EnvironmentTemplate; export declare const EnvironmentTemplate: typeof import("./environmentTemplate").EnvironmentTemplate; export { GetEnvironmentAccountConnectionArgs, GetEnvironmentAccountConnectionResult, GetEnvironmentAccountConnectionOutputArgs } from "./getEnvironmentAccountConnection"; export declare const getEnvironmentAccountConnection: typeof import("./getEnvironmentAccountConnection").getEnvironmentAccountConnection; export declare const getEnvironmentAccountConnectionOutput: typeof import("./getEnvironmentAccountConnection").getEnvironmentAccountConnectionOutput; export { GetEnvironmentTemplateArgs, GetEnvironmentTemplateResult, GetEnvironmentTemplateOutputArgs } from "./getEnvironmentTemplate"; export declare const getEnvironmentTemplate: typeof import("./getEnvironmentTemplate").getEnvironmentTemplate; export declare const getEnvironmentTemplateOutput: typeof import("./getEnvironmentTemplate").getEnvironmentTemplateOutput; export { GetServiceTemplateArgs, GetServiceTemplateResult, GetServiceTemplateOutputArgs } from "./getServiceTemplate"; export declare const getServiceTemplate: typeof import("./getServiceTemplate").getServiceTemplate; export declare const getServiceTemplateOutput: typeof import("./getServiceTemplate").getServiceTemplateOutput; export { ServiceTemplateArgs } from "./serviceTemplate"; export type ServiceTemplate = import("./serviceTemplate").ServiceTemplate; export declare const ServiceTemplate: typeof import("./serviceTemplate").ServiceTemplate; export * from "../types/enums/proton";