/** * Re-export ratchet stop types from the canonical senpi types module. * Kept for backwards compatibility with existing DSL imports. */ export type { RatchetStopPosition as DslEnginePosition, RatchetStopEvent as DslEngineEvent, AddRatchetStopInput, EditRatchetStopInput, DeleteRatchetStopInput, QueryRatchetStopsInput, QueryRatchetStopEventsInput, } from "../../senpi/types.js"; //# sourceMappingURL=types.d.ts.map