import type { IFs } from 'memfs'; import type { Arena } from './sync/index.js'; import type { RuntimeOptions } from './types/RuntimeOptions.js'; /** * Provide http related functions */ export declare const provideHttp: (arena: Arena, options: RuntimeOptions, input?: { fs?: IFs | undefined; }) => void;