import { Schema } from './interfaces'; export declare function toJson(joi: any): Schema;