export { parseValidatedPatch } from './execution-context'; export { applyPreparedChanges, preparePatchChanges } from './prepared-changes'; export { rewritePatch, rewritePatchText } from './rewrite';