import type { VontConfig } from '../types/index.js'; /** * 加载 Vont 配置文件 * 支持 .ts, .js, .mjs 格式 */ export declare function loadConfig(rootDir: string): Promise; /** * 获取默认配置 */ export declare function getDefaultConfig(rootDir: string): VontConfig; /** * 验证配置 */ export declare function validateConfig(config: VontConfig): void; //# sourceMappingURL=loader.d.ts.map