import {Config} from './const.js' function buildConfig(config: Config): Config { return config } export {Config, buildConfig}