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