/** Exposition Strategy — Barrel Export */ export type { ToolExposition, ExpositionConfig } from './types.js'; export { compileExposition, type FlatRoute, type ExpositionResult } from './ExpositionCompiler.js'; //# sourceMappingURL=index.d.ts.map