import { Action } from './Action'; export declare class ServerRoleDeleteAction extends Action { handle(data: { id: string; role_id: string; }): unknown; }