export { withDerivation } from './with-derivation.js'; export { withRollup } from './with-rollup.js'; export { DerivationRegistry } from './registry.js'; export { DerivationExecutor } from './executor.js'; export type { DerivationStrategy, DerivationStrategyHandle, DerivedFromMeta, OutputSpec, RecordOutputSpec, ArrayOutputSpec, } from './types.js'; export { DerivationCycleError, DerivationDepthError, DerivationOutputUnknownError, DerivationOutputShapeError, DerivationCapExceededError, } from '../../kernel/errors.js';