import type { BotConfig } from "../config/config.js"; import type { WorkspaceBootstrapFile } from "./workspace.js"; export declare function applyBootstrapHookOverrides(params: { files: WorkspaceBootstrapFile[]; workspaceDir: string; config?: BotConfig; sessionKey?: string; sessionId?: string; agentId?: string; }): Promise;