/** * File editor tool for programmatic filesystem interaction. */ export { fileEditor, makeFileEditor, DEFAULT_FILE_EDITOR_DESCRIPTION } from './file-editor.js'; export type { MakeFileEditorOptions } from './file-editor.js'; export type { FileEditorInput, FileEditorOptions, IFileReader } from './types.js'; //# sourceMappingURL=index.d.ts.map