/** SSL update input properties */
export interface SSLUpdateInput {
    /** true to regenerate the certificate */
    regenerate: boolean;
}
//# sourceMappingURL=SSLUpdateInput.d.ts.map