export declare const DeleteWebhookMutation = "\n mutation DeleteWebhook($scopes: [String!]!) {\n deleteWebhook(scopes: $scopes)\n }\n";