import type { JHipsterConfigs } from '../../lib/command/index.js';
import type CoreGenerator from '../../generators/base-core/index.js';
export declare function loadConfig(this: CoreGenerator, configsDef: JHipsterConfigs | undefined, data: {
    application: any;
}): any;
export declare function loadConfig(configsDef: JHipsterConfigs | undefined, data: {
    application: any;
    config?: any;
}): any;
export declare const loadDerivedConfig: (configsDef: JHipsterConfigs | undefined, { application }: {
    application: any;
}) => void;
