import type { config, resolvedConfig } from '../type'; export declare function resolveConfig(config?: config | string): Promise;