export { defineConfig }; import type { Config } from './Config.js'; declare function defineConfig(config: T): T;