/**
 *
 *
 *
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */
export declare const WebhookErrorEnumInterface: {
    readonly WEBHOOK_000: "WEBHOOK-000";
    readonly WEBHOOK_001: "WEBHOOK-001";
    readonly WEBHOOK_002: "WEBHOOK-002";
    readonly WEBHOOK_003: "WEBHOOK-003";
    readonly WEBHOOK_004: "WEBHOOK-004";
    readonly WEBHOOK_005: "WEBHOOK-005";
};
export type WebhookErrorEnumInterface = typeof WebhookErrorEnumInterface[keyof typeof WebhookErrorEnumInterface];
