import * as joi from "joi";
export declare const webhookIdSchema: joi.StringSchema;
export declare const webhookEventTypeNameSchema: joi.StringSchema;
export declare const webhookEventTypeSchema: joi.ObjectSchema;
export declare const webhookEventTypesSchema: joi.ArraySchema;
export declare const webhookSchema: joi.ObjectSchema;
export declare const webhookCreateRequestSchema: joi.ObjectSchema;
export declare const webhookGetRequestSchema: joi.ObjectSchema;
export declare const webhookListRequestSchema: joi.ObjectSchema;
export declare const webhookUpdateRequestSchema: joi.ObjectSchema;
export declare const webhookDeleteRequestSchema: joi.ObjectSchema;
export declare const webhookGetEventsRequestSchema: joi.ObjectSchema;
export declare const webhookEventTypeListRequestSchema: joi.ObjectSchema;
