declare module 'merge-options' { // eslint-disable-next-line import/no-default-export export default function mergeOptions(...opts: any[]): any }