/** A structure describing informations about an Installation templates */
export interface InstallTemplate {
    /** Names list of ovh installationtemplates compatibles with this server */
    ovh?: string[];
    /** Names list of yours installation templates compatibles with this server */
    personal?: string[];
}
//# sourceMappingURL=InstallTemplate.d.ts.map