import { Config } from './types/config'; export declare function parseConfig(path?: string): Config;