export declare type ServerPowerStatus = {
    /**
     * The power status of the server.
     */
    power?: boolean;
};
