import type { ChxPluginRegistration, ChxUserConfig } from '@chkit/core'; export declare function pluginNameOf(reg: ChxPluginRegistration): string | undefined; export declare function mergeUserConfig(base: ChxUserConfig, overlay: ChxUserConfig): ChxUserConfig; //# sourceMappingURL=config-merge.d.ts.map