import type { Client } from '../client/Client'; declare function handle(client: Client, messageData: any): void; export { handle }; //# sourceMappingURL=MESSAGE_DELETE.d.ts.map