import type { Channel as APIChannel } from 'revolt-api'; import { Action } from './Action'; export declare class ChannelCreateAction extends Action { handle(data: APIChannel): Promise; }