File size: 116 Bytes
08f8699
 
 
 
1
2
3
4
5
import type { Config } from './types/config'

declare function loadConfig(path: string): Config
export = loadConfig