import { Schema } from '../types'; export declare const generateExampleSchema: (schema: Schema) => any;