import { Client } from './Client'; import { IncomingPacketTypes } from './Packets'; export default function handle(client: Client, id: T, data: any): Promise;