import type { UsingClient } from '../../commands'; import type { GatewayPresenceUpdateDispatchData } from '../../types'; export declare const PRESENCE_UPDATE: (self: UsingClient, data: GatewayPresenceUpdateDispatchData) => Promise & { id: string; user_id: string; } & { guild_id: string; }) | undefined>]>;