import type { IFs } from 'memfs'; import type { Arena } from './sync/index.js'; import type { RuntimeOptions } from './types/RuntimeOptions.js'; export declare const provideFs: (vm: Arena, runtimeOptions: RuntimeOptions, fs: IFs) => void;