import { type StableAuthoredRoot } from './authored-state-transaction-fs.js'; import type { InitAuthoredPathState } from './init-authored-plan.js'; export { sameAuthoredPathState } from './init-authored-plan-types.js'; export declare function observeAuthoredPath(root: StableAuthoredRoot, relativePath: string): InitAuthoredPathState; //# sourceMappingURL=authored-state-transaction-observation.d.ts.map