import { r as KlawConfig } from "./types.klaw-xKUw_Rz7.js"; import { t as EmbeddedContextFile } from "./types-BauI59fb.js"; import { t as WorkspaceBootstrapFile } from "./workspace-Dn-MZB8C.js"; //#region src/agents/bootstrap-files.d.ts type BootstrapContextMode = "full" | "lightweight"; type BootstrapContextRunKind = "default" | "heartbeat" | "cron"; declare function resolveBootstrapContextForRun(params: { workspaceDir: string; config?: KlawConfig; sessionKey?: string; sessionId?: string; agentId?: string; warn?: (message: string) => void; contextMode?: BootstrapContextMode; runKind?: BootstrapContextRunKind; }): Promise<{ bootstrapFiles: WorkspaceBootstrapFile[]; contextFiles: EmbeddedContextFile[]; }>; //#endregion export { resolveBootstrapContextForRun as t };