import { JSONSchema6 } from 'json-schema';
export default function generateConfig(schema: JSONSchema6): any;
