export declare function applyExtends(config: {
    [x: string]: unknown;
    extends?: any;
}, cwd: string, seen?: Set<unknown>): any;
