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