// src/index.ts
function defineConfig(config) {
  return config;
}
export {
  defineConfig
};
