import { Config } from '../types.js'; export declare function parseConfig(configPathOrObject: string | Config): Config;