import type { WorkspaceBootstrapFile } from './types.js'; /** Subagent and cron sessions load only the minimal identity and instruction profile. */ export declare function filterBootstrapFilesForSession(files: WorkspaceBootstrapFile[], sessionKey?: string): WorkspaceBootstrapFile[];