import type { FileSystem } from '../use-cases/ports/filesystem.js'; export declare const createNodeFileSystem: () => FileSystem;