import { WSEvents } from 'guilded-api-typings';
import { Client } from '../../structures/Client';
/**
 * Handle the ServerWebhookCreated event.
 * @param client The client the Websocket belongs to.
 * @param data The data of the event.
 */
export declare function created(client: Client, data: WSEvents['ServerWebhookCreated']): Promise<void>;
/**
 * Handle the ServerWebhookUpdated event.
 * @param client The client the Websocket belongs to.
 * @param data The data of the event.
 */
export declare function updated(client: Client, data: WSEvents['ServerWebhookUpdated']): Promise<void>;
//# sourceMappingURL=webhook.d.ts.map