/** * Progressive Disclosure — L2/L3 barrel export. * * L2: Custom Stage Registry (user-defined stages + insertion) * L3: Programmatic SDK API (code-level pipeline control) * * (spec §FR-15) */ export { CustomStageRegistry } from './custom-stage.js'; export type { CustomStageDefinition, CustomStageRegistrationResult, CustomGateRule, InsertPosition, } from './custom-stage.js'; export { SevoSDK } from './sdk.js'; export type { CreatePipelineOptions, CompleteStageOptions, PipelineStatusInfo, SevoSDKOptions, } from './sdk.js'; //# sourceMappingURL=index.d.ts.map