import { Deleted } from '../types/Deleted';
export declare function deleteWebhook(apiKey: string, id: string): Promise<Deleted>;
