/** Instance reinstall input */
export interface Reinstall {
    /** Image ID */
    imageId: string;
    /** Region of the image to reinstall */
    imageRegionName: string;
}
//# sourceMappingURL=Reinstall.d.ts.map