"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.config = exports.setConfig = void 0;
const setConfig = (newConfig) => {
exports.config = newConfig;
};
exports.setConfig = setConfig;
exports.config = {
timeoutUnit: 1000,
};