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