import { DeleteWebhookOptionsApplicationJson } from '../types'; export declare class DeleteWebhookOptionsApplicationJsonBase implements DeleteWebhookOptionsApplicationJson { drop_pending_updates: boolean; }