import { InteractionReplyData } from './interactions/BaseInteraction'; export declare class WebhookClient { client: WebhookClient; id: string; token: string; constructor(data: any); send(data: InteractionReplyData): Promise; private parseWebhookURL; }