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