import type { Server as APIServer } from 'revolt-api'; import { Action } from './Action'; export declare class ServerUpdateAction extends Action { handle(data: { id: string; data: APIServer; }): unknown; }