import type { ConfigObject } from '../../types';
declare const merge: (config: ConfigObject) => import("webpack").RuleSetRule[];
export default merge;
