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