/**
 *
 *
 *
 *
 * 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 WebhookRoleInterface: {
    readonly Admin: "Admin";
    readonly User: "User";
};
export type WebhookRoleInterface = typeof WebhookRoleInterface[keyof typeof WebhookRoleInterface];
