"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
const flowconfig = exports.flowconfig = {
"include": [],
"ignore": [],
"libs": [],
"options": [],
"version": []
};
const flowupconfig = exports.flowupconfig = {
writeConfig: true,
writePragma: false
};