4 lines
116 B

import type { Config } from './types/config'
declare function loadConfig(path: string): Config
export = loadConfig