import * as fsMod from './smartfile.fs.js'; import * as fsStreamMod from './smartfile.fsstream.js'; import * as interpreterMod from './smartfile.interpreter.js'; import * as memoryMod from './smartfile.memory.js'; export * from './smartfile.classes.smartfile.js'; export * from './smartfile.classes.virtualdirectory.js'; export declare const fs: typeof fsMod; export declare const fsStream: typeof fsStreamMod; export declare const interpreter: typeof interpreterMod; export declare const memory: typeof memoryMod;