import type { IndemnClient } from './client.js'; import type { BotConfiguration, SetConfigInput } from './types.js'; export declare class ConfigSDK { private client; constructor(client: IndemnClient); getConfig(agentId: string): Promise; setConfig(agentId: string, data: SetConfigInput): Promise; getPrompt(agentId: string): Promise; setPrompt(agentId: string, prompt: string): Promise; } //# sourceMappingURL=config.d.ts.map