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