blob: 5a9aca77019e045b7c08bba7190bbf0def5e1759 [file] [log] [blame]
import { Dictionary } from './common-types';
export declare function applyExtends(config: Dictionary, cwd: string, mergeExtends?: boolean): Dictionary;