import type { CommandConfigScope, JHipsterConfigs } from './types.js'; export declare function loadCommandConfigsIntoApplication(this: Context, options: { source: Record; application: Record; commandsConfigs: JHipsterConfigs; }): void; export declare function loadCommandConfigsIntoGenerator(this: Context, options: { commandsConfigs: JHipsterConfigs; }): void; export declare function loadCommandConfigsKeysIntoTemplatesContext(this: Context, options: { templatesContext: Record; commandsConfigs: JHipsterConfigs; scopes?: CommandConfigScope[]; }): void;