export declare const $ServerPowerStatus: {
    properties: {
        power: {
            type: string;
        };
    };
};
