export { ImageArgs } from "./image";
export type Image = import("./image").Image;
export declare const Image: typeof import("./image").Image;
export { RegistryImageArgs } from "./registryImage";
export type RegistryImage = import("./registryImage").RegistryImage;
export declare const RegistryImage: typeof import("./registryImage").RegistryImage;
export { RepositoryArgs } from "./repository";
export type Repository = import("./repository").Repository;
export declare const Repository: typeof import("./repository").Repository;
export * from "../types/enums/ecr";
