/** * resource for initial setup of the agent * will update soon */ import { BaseResource } from "../../internal/Api/BaseResource"; import { type AgentConfigResponse } from "../session/types"; export declare class Config extends BaseResource { private basePath; retrieve(agentId: string): Promise; }