/**
 * @export
 * @enum {string}
 */
export declare enum WebhookHttpMethod {
    POST = "POST",
    PUT = "PUT"
}
export default WebhookHttpMethod;
