import type { UsingClient } from '../../commands';
import type { GatewayWebhooksUpdateDispatchData } from '../../types';
export declare const WEBHOOKS_UPDATE: (_self: UsingClient, data: GatewayWebhooksUpdateDispatchData) => {
    guildId: string;
    channelId: string;
};
