export { GetImageArgs, GetImageResult, GetImageOutputArgs } from "./getImage";
export declare const getImage: typeof import("./getImage").getImage;
export declare const getImageOutput: typeof import("./getImage").getImageOutput;
export { GetImageTagArgs, GetImageTagResult, GetImageTagOutputArgs } from "./getImageTag";
export declare const getImageTag: typeof import("./getImageTag").getImageTag;
export declare const getImageTagOutput: typeof import("./getImageTag").getImageTagOutput;
export { GetNamespaceArgs, GetNamespaceResult, GetNamespaceOutputArgs } from "./getNamespace";
export declare const getNamespace: typeof import("./getNamespace").getNamespace;
export declare const getNamespaceOutput: typeof import("./getNamespace").getNamespaceOutput;
export { NamespaceArgs, NamespaceState } from "./namespace";
export type Namespace = import("./namespace").Namespace;
export declare const Namespace: typeof import("./namespace").Namespace;
