import { IFinalConfig } from '../../typings'; export declare const mergeConfig: (userConfig: unknown) => IFinalConfig;