import type { WorkspaceBootstrapFile } from './types.js'; /** * Load bootstrap profile Markdown from `agents//profile/`. * Required files emit missing markers; optional files are omitted when absent. */ export declare function loadProfileBootstrapFiles(profileDir: string): WorkspaceBootstrapFile[];