import { Fetcher } from '@difizen/magent-core';
import type { AgentConfig, AgentConfigOption } from './protocol.js';
import { AgentConfigFactory } from './protocol.js';
export declare class AgentConfigManager {
    configFactory: AgentConfigFactory;
    fetcher: Fetcher;
    getConfigOption({ id }: {
        id: string;
    }): Promise<AgentConfigOption>;
    create({ id }: {
        id: string;
    }): AgentConfig;
}
//# sourceMappingURL=agent-config-manager.d.ts.map