/** * Handwritten extension of the generated Stitch class. * * Currently a passthrough re-export. Add methods here when they cannot * be generated by the domain-map pipeline (e.g. private REST endpoints). */ export { Stitch } from "../generated/src/stitch.js"; //# sourceMappingURL=stitch-ext.d.ts.map