import { WebSocketManager } from 'discord.js'; import { GatewayDispatchEvents } from 'discord-api-types/v8'; import { BaseEvent } from './base'; export declare abstract class RawEvent extends BaseEvent { constructor(ws: WebSocketManager, filePath: string, eventName: GatewayDispatchEvents); }