export { ComponentVersionArgs } from "./componentVersion"; export type ComponentVersion = import("./componentVersion").ComponentVersion; export declare const ComponentVersion: typeof import("./componentVersion").ComponentVersion; export { DeploymentArgs } from "./deployment"; export type Deployment = import("./deployment").Deployment; export declare const Deployment: typeof import("./deployment").Deployment; export { GetComponentVersionArgs, GetComponentVersionResult, GetComponentVersionOutputArgs } from "./getComponentVersion"; export declare const getComponentVersion: typeof import("./getComponentVersion").getComponentVersion; export declare const getComponentVersionOutput: typeof import("./getComponentVersion").getComponentVersionOutput; export { GetDeploymentArgs, GetDeploymentResult, GetDeploymentOutputArgs } from "./getDeployment"; export declare const getDeployment: typeof import("./getDeployment").getDeployment; export declare const getDeploymentOutput: typeof import("./getDeployment").getDeploymentOutput; export * from "../types/enums/greengrassv2";