export declare const WebhookContentType: {
    readonly ApplicationJson: "application/json";
};
export type WebhookContentType = typeof WebhookContentType[keyof typeof WebhookContentType];
