import type { IChatHelper } from '../types'; /** 预热 SaaS 域 Cookie,失败静默忽略 */ export declare function pingSaasUrl(saasUrl: string): void; /** 统一的 Agent 数据引导:并行拉取 Agent 信息 + 会话列表,并执行通用副作用 */ export declare function runAgentBootstrap(chatHelper: IChatHelper): Promise; //# sourceMappingURL=agent-bootstrap.d.ts.map