import { JSONSchema6 } from 'json-schema';
export default function writeConfig(schema: JSONSchema6): Promise<any>;
