import { Config } from '../types';
export declare function resolveConfig(inlineConfig: Partial<Config>): Config;
