/** Missing description */
export interface ProjectKubeRestart {
    /** Force restarting control plane apiserver (will create a slight downtime) */
    force?: boolean;
}
//# sourceMappingURL=ProjectKubeRestart.d.ts.map