/** Installation image for a VPS */
export interface Image {
    /**  */
    id: string;
    /**  */
    name: string;
}
//# sourceMappingURL=Image.d.ts.map