import { type UserStructure } from '../../client/transformers'; import type { UsingClient } from '../../commands'; import type { GatewayUserUpdateDispatchData } from '../../types'; export declare const USER_UPDATE: (self: UsingClient, data: GatewayUserUpdateDispatchData) => Promise<[user: UserStructure, old?: UserStructure]>;