import { type ExtendsSetting } from '../types';
/**
 * Merges previous and next file paths (either a string or array of strings) into a
 * new list of file paths. This is useful if utilizing config extending.
 */
export declare function mergeExtends(prev: ExtendsSetting, next: ExtendsSetting): string[];
//# sourceMappingURL=mergeExtends.d.ts.map