관리-도구
편집 파일: loadConfig.d.ts
import type { Config } from './types/config' declare function loadConfig(path: string): Config export = loadConfig