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