import type { InitAuthoredSnapshot, ReadInitAuthoredSnapshotInput } from './init-authored-plan-types.js'; export { openInitAuthoredSnapshotPath, type InitAuthoredSnapshotOpenDependencies, } from './init-authored-plan-snapshot-fs.js'; export declare function readInitAuthoredSnapshot(input: ReadInitAuthoredSnapshotInput): InitAuthoredSnapshot; //# sourceMappingURL=init-authored-plan-snapshot.d.ts.map