import * as Joi from 'joi'; /** Contacts **/ export declare const IntellipushConfigSchema: Joi.ObjectSchema; /** Contacts **/ export declare const ContactCreateSchema: Joi.ObjectSchema; export declare const ContactUpdateSchema: Joi.ObjectSchema; /** Contact List **/ export declare const ContactListCreateSchema: Joi.ObjectSchema; export declare const ContactListUpdateSchema: Joi.ObjectSchema; /** Url shortener **/ export declare const UrlGenerateSchema: Joi.StringSchema; export declare const UrlDetailsSchema: Joi.NumberSchema; export declare const UrlGenerateChildSchema: Joi.ObjectSchema; /** Two Factor **/ export declare const Url2FAGenerateSchema: Joi.ObjectSchema; export declare const Url2FAValidateSchema: Joi.ObjectSchema; /** SMS **/ export declare const SMSCreateSchema: Joi.ObjectSchema; export declare const SMSUpdatechema: Joi.ObjectSchema; export declare const SMSCreateBatchSchema: Joi.ArraySchema;