import joi from 'joi'; export declare const ContentJSONSchema: joi.ArraySchema; export declare const assertSchema: { (value: any, schema: joi.Schema, options?: joi.ValidationOptions | undefined): void; (value: any, schema: joi.Schema, message: string | Error, options?: joi.ValidationOptions | undefined): void; };