export declare type ServerPowerUpdate = {
    /**
     * Power state to set
     */
    power?: boolean;
};
