declare enum FileExt {
    json = ".json",
    ts = ".ts",
    js = ".js"
}
export default FileExt;
//# sourceMappingURL=fileExt.d.ts.map