export declare const AlertingWebhookMethod: { readonly Post: "POST"; readonly Put: "PUT"; }; export type AlertingWebhookMethod = (typeof AlertingWebhookMethod)[keyof typeof AlertingWebhookMethod];